|
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
public class SWFShape
Shape TAG.
| Nested Class Summary | |
|---|---|
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, ... |
| Field Summary | |
|---|---|
protected FillStyleArray |
fillStyles
|
protected LineStyleArray |
lineStyles
|
| Constructor Summary | |
|---|---|
SWFShape(SWFInputStream input)
|
|
SWFShape(SWFInputStream input,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
|
|
SWFShape(Vector<SWFShape.Record> records)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
void |
write(SWFOutputStream swf)
|
void |
write(SWFOutputStream swf,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected FillStyleArray fillStyles
protected LineStyleArray lineStyles
| Constructor Detail |
|---|
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| Method Detail |
|---|
public void write(SWFOutputStream swf)
throws IOException
IOException
public void write(SWFOutputStream swf,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws IOException
IOExceptionpublic 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 | |||||||