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

Quick Search    Search Deep

com.anotherbigidea.flash.interfaces
Interface SWFVectors  view SWFVectors download SWFVectors.java

All Known Subinterfaces:
SWFShape

public interface SWFVectors

Interface for passing basic shape information without styles.


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)
           
 

Method Detail

done

public void done()
          throws java.io.IOException

line

public void line(int dx,
                 int dy)
          throws java.io.IOException

curve

public void curve(int cx,
                  int cy,
                  int dx,
                  int dy)
           throws java.io.IOException

move

public void move(int x,
                 int y)
          throws java.io.IOException