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,v 1.3 2003/04/14 18:01:10 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- Source Code:
- LineStyleArray.java
lineStyles
protected List lineStyles
LineStyleArray
public LineStyleArray()
LineStyleArray
public LineStyleArray(SWFInputStream swf,
boolean isMorphStyle,
boolean hasAlpha)
throws IOException
add
public void add(LineStyle lineStyle)
get
public LineStyle get(int index)
write
public void write(SWFOutputStream swf,
boolean hasAlpha)
throws IOException
- Throws:
IOException
toString
public String toString()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.