org.freehep.graphicsio.swf
Class SWFShape
java.lang.Object
org.freehep.graphicsio.swf.SWFShape
public class SWFShape
- extends Object
Shape TAG.
- Version:
- $Id: SWFShape.java 9979 2006-11-27 22:51:07Z duns $
- Author:
- Mark Donszelmann, Charles Loomis
fillStyles
protected FillStyleArray fillStyles
lineStyles
protected LineStyleArray lineStyles
SWFShape
public SWFShape(Vector records)
SWFShape
public SWFShape(SWFInputStream input)
throws IOException
- Throws:
IOException
SWFShape
public SWFShape(SWFInputStream input,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws IOException
- Throws:
IOException
write
public void write(SWFOutputStream swf)
throws IOException
- Throws:
IOException
write
public void write(SWFOutputStream swf,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.