org.freehep.graphicsio.swf
Class LineStyleArray
java.lang.Object
org.freehep.graphicsio.swf.LineStyleArray
public class LineStyleArray
- extends Object
SWF LineStyleArray.
- Version:
- $Id: LineStyleArray.java 9979 2006-11-27 22:51:07Z duns $
- Author:
- Mark Donszelmann, Charles Loomis
lineStyles
protected List 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 © 2012. All Rights Reserved.