org.freehep.graphicsio.swf
Class SWFShape.ShapeRecord
java.lang.Object
org.freehep.graphicsio.swf.SWFShape.Record
org.freehep.graphicsio.swf.SWFShape.ShapeRecord
- Enclosing class:
- SWFShape
public static class SWFShape.ShapeRecord
- extends SWFShape.Record
Shape Record, specifying style, move, ...
Constructor Summary |
SWFShape.ShapeRecord(boolean move,
int moveX,
int moveY,
int fillStyle0,
int fillStyle1,
int lineStyle)
|
SWFShape.ShapeRecord
public SWFShape.ShapeRecord(boolean move,
int moveX,
int moveY,
int fillStyle0,
int fillStyle1,
int lineStyle)
write
public void write(SWFOutputStream swf,
int numFillBits,
int numLineBits,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws IOException
- Specified by:
write
in class SWFShape.Record
- Throws:
IOException
getNumFillBits
public int getNumFillBits()
getNumLineBits
public int getNumLineBits()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.