org.freehep.graphicsio.swf
Class LineStyleArray
java.lang.Object
org.freehep.graphicsio.swf.LineStyleArray
public class LineStyleArray
- extends Object
SWF LineStyleArray.
- Version:
- $Id: freehep-graphicsio-swf/src/main/java/org/freehep/graphicsio/swf/LineStyleArray.java 3e48ba4ef214 2006/11/27 22:51:07 duns $
- Author:
- Mark Donszelmann, Charles Loomis
lineStyles
protected List<LineStyle> lineStyles
LineStyleArray
public LineStyleArray()
LineStyleArray
public LineStyleArray(SWFInputStream swf,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws IOException
- Throws:
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 IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014. All rights reserved.