|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectjgGlyphs.GlyphImageList
This is a simple class wrapper around a vector of glyph images.
| Field Summary | |
protected java.util.Vector |
giList
The internal list of glyph images |
| Constructor Summary | |
GlyphImageList()
Constructs the list. |
|
| Method Summary | |
void |
addGlyphImage(java.io.File file)
Adds a glyph image. |
GlyphImage |
get(int k)
Retrieves the kth image in the list |
protected int |
getGlyphImageIndex(java.lang.String name)
Retrieves the vector position of a GlyphImage specified by name |
GlyphImage[] |
getGlyphImagesForGlyph(java.lang.String glyph)
Retrieves an array of GlyphImages for a specified glyph. |
GlyphSet |
getGlyphs()
Retrieves a GlyphSet applicable to this list of glyph images. |
int |
getSize()
Returns the size of this list |
void |
removeGlyphImage(java.lang.String name)
Removes a glyph image from the list, specified by name |
java.lang.String |
toString()
Returns the string representation of this class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.Vector giList
| Constructor Detail |
public GlyphImageList()
| Method Detail |
public java.lang.String toString()
protected int getGlyphImageIndex(java.lang.String name)
name - the name of the GlyphImage
public void addGlyphImage(java.io.File file)
file - the File to add as a GlyphImage to addpublic void removeGlyphImage(java.lang.String name)
name - the name of the glyph image to remove.public GlyphSet getGlyphs()
public GlyphImage[] getGlyphImagesForGlyph(java.lang.String glyph)
public int getSize()
public GlyphImage get(int k)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||