Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class FontLoader.VectorImpl  view FontLoader.VectorImpl download FontLoader.VectorImpl.java

java.lang.Object
  extended bycom.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


Field Summary
protected  int[] advances
           
protected  com.anotherbigidea.flash.structs.Rect[] bounds
           
protected  int[] codes
           
protected  int currx
           
protected  int curry
           
protected  int i
           
protected  Shape shape
           
protected  double twips
           
 
Constructor Summary
protected FontLoader.VectorImpl(int[] codes, int[] advances, com.anotherbigidea.flash.structs.Rect[] bounds)
           
 
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
 

Field Detail

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
Constructor Detail

FontLoader.VectorImpl

protected FontLoader.VectorImpl(int[] codes,
                                int[] advances,
                                com.anotherbigidea.flash.structs.Rect[] bounds)
Method Detail

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