org.freehep.graphicsio.swf
Class LineStyleArray
java.lang.Object
org.freehep.graphicsio.swf.LineStyleArray
public class LineStyleArray
- extends java.lang.Object
SWF LineStyleArray.
- Version:
- $Id: LineStyleArray.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 |
lineStyles
protected java.util.List lineStyles
LineStyleArray
public LineStyleArray()
LineStyleArray
public LineStyleArray(SWFInputStream swf,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws java.io.IOException
- Throws:
java.io.IOException
add
public void add(LineStyle lineStyle)
get
public LineStyle get(int index)
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.