|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Glyph2DFactory
Glyph2DFactory is a factory-class for instantiating Glyph2D-objects. It has an interface to list the available Glyphs and instantiate them.
Constructor Summary | |
Glyph2DFactory()
|
Method Summary | |
Glyph2D |
getGlyphInstance(int ix)
Gets an instance of a Glyph2D-object given the index of the glyph. |
java.lang.String[] |
getGlyphNames()
|
java.lang.String |
getNameofGlyph(int ix)
Gets the name of one glyph type by it's zero-based index. |
int |
getNumberofGlyphs()
Gets the number of different Glyphs this factory knows about. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Glyph2DFactory()
Method Detail |
public int getNumberofGlyphs()
public java.lang.String getNameofGlyph(int ix)
public Glyph2D getGlyphInstance(int ix)
public java.lang.String[] getGlyphNames()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |