|
Vector Graphics, 2.4 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.freehep.graphicsio.swf.SWFShape.Record
org.freehep.graphicsio.swf.SWFShape.EdgeRecord
public static class SWFShape.EdgeRecord
Edge Record, specifying lines, curves, ...
| Constructor Summary | |
|---|---|
SWFShape.EdgeRecord(int deltaX,
int deltaY)
|
|
SWFShape.EdgeRecord(int controlDeltaX,
int controlDeltaY,
int anchorDeltaX,
int anchorDeltaY)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
void |
write(SWFOutputStream swf,
int numFillBits,
int numLineBits,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SWFShape.EdgeRecord(int controlDeltaX,
int controlDeltaY,
int anchorDeltaX,
int anchorDeltaY)
public SWFShape.EdgeRecord(int deltaX,
int deltaY)
| Method Detail |
|---|
public void write(SWFOutputStream swf,
int numFillBits,
int numLineBits,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws IOException
write in class SWFShape.RecordIOExceptionpublic String toString()
toString in class Object
|
Vector Graphics, 2.4 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||