|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.movie
Class FontDefinition.Glyph

java.lang.Objectcom.anotherbigidea.flash.movie.FontDefinition.Glyph
- Enclosing class:
- FontDefinition
- public static class FontDefinition.Glyph
- extends java.lang.Object
A Glyph within the font.
| Field Summary | |
protected double |
advance
|
protected int |
code
|
protected Shape |
shape
|
| Constructor Summary | |
FontDefinition.Glyph(Shape shape,
double advance,
int code)
|
|
| Method Summary | |
double |
getAdvance()
|
int |
getCode()
|
Shape |
getShape()
|
void |
setAdvance(double advance)
|
void |
setCode(int code)
|
void |
setShape(Shape shape)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
code
protected int code
advance
protected double advance
shape
protected Shape shape
| Constructor Detail |
FontDefinition.Glyph
public FontDefinition.Glyph(Shape shape, double advance, int code)
| Method Detail |
getShape
public Shape getShape()
getCode
public int getCode()
getAdvance
public double getAdvance()
setShape
public void setShape(Shape shape)
setCode
public void setCode(int code)
setAdvance
public void setAdvance(double advance)
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.anotherbigidea.flash.movie.FontDefinition.Glyph