|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpt.tumba.parser.swf.FontLoader.VectorImpl
protected class FontLoader.VectorImpl
Description of the Class
| Field Summary | |
|---|---|
protected int[] |
advances
Description of the Field |
protected Rect[] |
bounds
Description of the Field |
protected int[] |
codes
Description of the Field |
protected int |
currx
Description of the Field |
protected int |
curry
Description of the Field |
protected int |
i
Description of the Field |
protected Shape |
shape
Description of the Field |
protected double |
twips
Description of the Field |
| Constructor Summary | |
|---|---|
protected |
FontLoader.VectorImpl(int[] codes,
int[] advances,
Rect[] bounds)
Constructor for the VectorImpl object |
| Method Summary | |
|---|---|
void |
curve(int cx2,
int cy2,
int dx2,
int dy2)
Description of the Method |
void |
done()
Description of the Method |
void |
line(int dx,
int dy)
Description of the Method |
void |
move(int x,
int y)
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int[] codes
protected int[] advances
protected Rect[] bounds
protected int i
protected Shape shape
protected int currx
protected int curry
protected double twips
| Constructor Detail |
|---|
protected FontLoader.VectorImpl(int[] codes,
int[] advances,
Rect[] bounds)
codes - Description of the Parameteradvances - Description of the Parameterbounds - Description of the Parameter| Method Detail |
|---|
public void done()
done in interface SWFVectors
public void line(int dx,
int dy)
line in interface SWFVectorsdx - Description of the Parameterdy - Description of the Parameter
public void curve(int cx2,
int cy2,
int dx2,
int dy2)
curve in interface SWFVectorscx - Description of the Parametercy - Description of the Parameterdx - Description of the Parameterdy - Description of the Parameter
public void move(int x,
int y)
move in interface SWFVectorsx - Description of the Parametery - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||