public class SWFShape extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SWFShape.EdgeRecordEdge Record, specifying lines, curves, ... | 
| static class  | SWFShape.RecordAbstract superclass for Records. | 
| static class  | SWFShape.ShapeRecordShape Record, specifying style, move, ... | 
| Modifier and Type | Field and Description | 
|---|---|
| protected FillStyleArray | fillStyles | 
| protected LineStyleArray | lineStyles | 
| Constructor and Description | 
|---|
| SWFShape(SWFInputStream input) | 
| SWFShape(SWFInputStream input,
        FillStyleArray fillStyles,
        LineStyleArray lineStyles,
        boolean isMorphStyle,
        boolean hasAlpha,
        boolean hasStyles) | 
| SWFShape(Vector<SWFShape.Record> records) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | toString() | 
| void | write(SWFOutputStream swf) | 
| void | write(SWFOutputStream swf,
     boolean isMorphStyle,
     boolean hasAlpha,
     boolean hasStyles) | 
protected FillStyleArray fillStyles
protected LineStyleArray lineStyles
public SWFShape(Vector<SWFShape.Record> records)
public SWFShape(SWFInputStream input) throws IOException
IOExceptionpublic SWFShape(SWFInputStream input, FillStyleArray fillStyles, LineStyleArray lineStyles, boolean isMorphStyle, boolean hasAlpha, boolean hasStyles) throws IOException
IOExceptionpublic void write(SWFOutputStream swf) throws IOException
IOExceptionpublic void write(SWFOutputStream swf, boolean isMorphStyle, boolean hasAlpha, boolean hasStyles) throws IOException
IOExceptionCopyright © 2014. All rights reserved.