org.freehep.graphicsio.swf
Class SWFShape
java.lang.Object
org.freehep.graphicsio.swf.SWFShape
public class SWFShape
- extends java.lang.Object
Shape TAG.
- Version:
- $Id: SWFShape.java 9979 2006-11-27 22:51:07Z duns $
- Author:
- Mark Donszelmann, Charles Loomis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fillStyles
protected FillStyleArray fillStyles
lineStyles
protected LineStyleArray lineStyles
SWFShape
public SWFShape(java.util.Vector records)
SWFShape
public SWFShape(SWFInputStream input)
throws java.io.IOException
- Throws:
java.io.IOException
SWFShape
public SWFShape(SWFInputStream input,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(SWFOutputStream swf)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(SWFOutputStream swf,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2006 FreeHEP. All Rights Reserved.