|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SWFVectors
Interface for passing basic shape information without styles.
Method Summary | |
---|---|
void |
curve(int cx,
int cy,
int dx,
int dy)
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 |
Method Detail |
---|
void done() throws java.io.IOException
java.io.IOException
- Description of the Exceptionvoid line(int dx, int dy) throws java.io.IOException
dx
- Description of the Parameterdy
- Description of the Parameter
java.io.IOException
- Description of the Exceptionvoid curve(int cx, int cy, int dx, int dy) throws java.io.IOException
cx
- Description of the Parametercy
- Description of the Parameterdx
- Description of the Parameterdy
- Description of the Parameter
java.io.IOException
- Description of the Exceptionvoid move(int x, int y) throws java.io.IOException
x
- Description of the Parametery
- Description of the Parameter
java.io.IOException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |