java.lang.Object
com.anotherbigidea.flash.movie.FontLoader.VectorImpl
- All Implemented Interfaces:
- com.anotherbigidea.flash.interfaces.SWFVectors
- Enclosing class:
- FontLoader
- protected class FontLoader.VectorImpl
- extends java.lang.Object
- implements com.anotherbigidea.flash.interfaces.SWFVectors
|
Method Summary |
void |
curve(int cx,
int cy,
int dx,
int dy)
|
void |
done()
|
void |
line(int dx,
int dy)
|
void |
move(int x,
int y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
codes
protected int[] codes
advances
protected int[] advances
bounds
protected com.anotherbigidea.flash.structs.Rect[] bounds
i
protected int i
shape
protected Shape shape
currx
protected int currx
curry
protected int curry
twips
protected double twips
FontLoader.VectorImpl
protected FontLoader.VectorImpl(int[] codes,
int[] advances,
com.anotherbigidea.flash.structs.Rect[] bounds)
done
public void done()
- Specified by:
done in interface com.anotherbigidea.flash.interfaces.SWFVectors
line
public void line(int dx,
int dy)
- Specified by:
line in interface com.anotherbigidea.flash.interfaces.SWFVectors
curve
public void curve(int cx,
int cy,
int dx,
int dy)
- Specified by:
curve in interface com.anotherbigidea.flash.interfaces.SWFVectors
move
public void move(int x,
int y)
- Specified by:
move in interface com.anotherbigidea.flash.interfaces.SWFVectors