public static class SWFShape.ShapeRecord extends SWFShape.Record
| Constructor and Description | 
|---|
| SWFShape.ShapeRecord(boolean move,
                    int moveX,
                    int moveY,
                    int fillStyle0,
                    int fillStyle1,
                    int lineStyle) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getNumFillBits() | 
| int | getNumLineBits() | 
| String | toString() | 
| void | write(SWFOutputStream swf,
     int numFillBits,
     int numLineBits,
     boolean isMorphStyle,
     boolean hasAlpha,
     boolean hasStyles) | 
public SWFShape.ShapeRecord(boolean move,
                    int moveX,
                    int moveY,
                    int fillStyle0,
                    int fillStyle1,
                    int lineStyle)
public void write(SWFOutputStream swf, int numFillBits, int numLineBits, boolean isMorphStyle, boolean hasAlpha, boolean hasStyles) throws IOException
write in class SWFShape.RecordIOExceptionpublic int getNumFillBits()
public int getNumLineBits()
Copyright © 2014. All rights reserved.