|
Vector Graphics, 2.4 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.freehep.graphicsio.swf.DefineText.GlyphEntry
public static class DefineText.GlyphEntry
| Constructor Summary | |
|---|---|
DefineText.GlyphEntry(int index,
int advance)
|
|
DefineText.GlyphEntry(SWFInputStream input,
int glyphBits,
int advanceBits)
|
|
| Method Summary | |
|---|---|
int |
getAdvanceBits()
|
int |
getGlyphBits()
|
String |
toString()
|
void |
write(SWFOutputStream swf,
int glyphBits,
int advanceBits)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefineText.GlyphEntry(int index,
int advance)
public DefineText.GlyphEntry(SWFInputStream input,
int glyphBits,
int advanceBits)
throws IOException
IOException| Method Detail |
|---|
public void write(SWFOutputStream swf,
int glyphBits,
int advanceBits)
throws IOException
IOExceptionpublic int getGlyphBits()
public int getAdvanceBits()
public String toString()
toString in class Object
|
Vector Graphics, 2.4 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||