public class SWFShape extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SWFShape.EdgeRecord
Edge Record, specifying lines, curves, ...
|
static class |
SWFShape.Record
Abstract superclass for Records.
|
static class |
SWFShape.ShapeRecord
Shape 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
IOException
public SWFShape(SWFInputStream input, FillStyleArray fillStyles, LineStyleArray lineStyles, boolean isMorphStyle, boolean hasAlpha, boolean hasStyles) throws IOException
IOException
public void write(SWFOutputStream swf) throws IOException
IOException
public void write(SWFOutputStream swf, boolean isMorphStyle, boolean hasAlpha, boolean hasStyles) throws IOException
IOException
Copyright © 2014. All rights reserved.