|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.freehep.graphicsio.swf.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, ... |
| Constructor Summary | |
SWFShape(SWFInputStream input)
|
|
SWFShape(SWFInputStream input,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
boolean isMorphStyle,
boolean hasAlpha)
|
|
SWFShape(Vector records)
|
|
| Method Summary | |
String |
toString()
|
void |
write(SWFOutputStream swf)
|
void |
write(SWFOutputStream swf,
boolean hasAlpha)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SWFShape(Vector records)
public SWFShape(SWFInputStream input)
throws IOException
public SWFShape(SWFInputStream input,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
boolean isMorphStyle,
boolean hasAlpha)
throws IOException
| Method Detail |
public void write(SWFOutputStream swf)
throws IOException
IOException
public void write(SWFOutputStream swf,
boolean hasAlpha)
throws IOException
IOExceptionpublic String toString()
|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||