|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpt.tumba.parser.swf.FontDefinition.Glyph
public static class FontDefinition.Glyph
A Glyph within the font.
| Field Summary | |
|---|---|
protected double |
advance
Description of the Field |
protected int |
code
Description of the Field |
protected Shape |
shape
Description of the Field |
| Constructor Summary | |
|---|---|
FontDefinition.Glyph(Shape shape,
double advance,
int code)
Constructor for the Glyph object |
|
| Method Summary | |
|---|---|
double |
getAdvance()
Gets the advance attribute of the Glyph object |
int |
getCode()
Gets the code attribute of the Glyph object |
Shape |
getShape()
Gets the shape attribute of the Glyph object |
void |
setAdvance(double advance)
Sets the advance attribute of the Glyph object |
void |
setCode(int code)
Sets the code attribute of the Glyph object |
void |
setShape(Shape shape)
Sets the shape attribute of the Glyph object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int code
protected double advance
protected Shape shape
| Constructor Detail |
|---|
public FontDefinition.Glyph(Shape shape,
double advance,
int code)
shape - Description of the Parameteradvance - Description of the Parametercode - Description of the Parameter| Method Detail |
|---|
public Shape getShape()
public int getCode()
public double getAdvance()
public void setShape(Shape shape)
shape - The new shape valuepublic void setCode(int code)
code - The new code valuepublic void setAdvance(double advance)
advance - The new advance value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||