|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--goText.GoFont
Constructor Summary | |
GoFont(java.lang.String font)
Abstract font constructor for the GoText package. |
Method Summary | |
static void |
path(java.net.URL path)
Set base font file location. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public GoFont(java.lang.String font)
All fonts created, based on this abstract class, must call this constructor.
Method Detail |
public static void path(java.net.URL path)
All font files will be found relative to the base location specified by path. This method is only required for applets.
Note: The C++ implementation of Go does not include this method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |