Class English

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

public class English
extends LanguageHandler

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

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

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

Constructor Detail

English

public English()
Method Detail

getCredits

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

main

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