|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.interfaces
Interface SWFVectors

- 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
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC