Class Spanish

java.lang.Object
  |
  +--LanguageHandler
        |
        +--Spanish

public class Spanish
extends LanguageHandler

The methods of this class return values unique to the Spanish language. See LanguageHandler.

Author:
John E. Darrow (c) 2000, 2001

Fields inherited from class LanguageHandler
and, baseOutDir, contr, me, subs, toMe
 
Constructor Summary
Spanish()
           
 
Method Summary
 java.lang.String getCredits(PicLink picLink)
          Returns an expression representing thanks to the subject(s) and contributor, appropriate for this language.
 java.lang.String getPathToHtmlOutput()
          Provides path information unique to this language.
 java.lang.String getPathToImages()
          Provides path information unique to this language.
 java.lang.String getPathToIndexFromRoot()
          Provides path information unique to this language.
 java.lang.String getPathToRoot()
          Provides path information unique to this language.
static void main(java.lang.String[] args)
           
 
Methods inherited from class LanguageHandler
init, oddLink, testCredits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Spanish

public Spanish()
Method Detail

getCredits

public java.lang.String getCredits(PicLink picLink)
Returns an expression representing thanks to the subject(s) and contributor, appropriate for this language.
Overrides:
getCredits in class LanguageHandler

getPathToRoot

public java.lang.String getPathToRoot()
Description copied from class: LanguageHandler
Provides path information unique to this language.
Overrides:
getPathToRoot in class LanguageHandler

getPathToImages

public java.lang.String getPathToImages()
Description copied from class: LanguageHandler
Provides path information unique to this language.
Overrides:
getPathToImages in class LanguageHandler

getPathToHtmlOutput

public java.lang.String getPathToHtmlOutput()
Description copied from class: LanguageHandler
Provides path information unique to this language.
Overrides:
getPathToHtmlOutput in class LanguageHandler

getPathToIndexFromRoot

public java.lang.String getPathToIndexFromRoot()
Description copied from class: LanguageHandler
Provides path information unique to this language.
Overrides:
getPathToIndexFromRoot in class LanguageHandler

main

public static void main(java.lang.String[] args)