Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.structs
Class LineStyle  view LineStyle download LineStyle.java

java.lang.Object
  extended bycom.anotherbigidea.flash.structs.LineStyle
All Implemented Interfaces:
Style

public class LineStyle
extends java.lang.Object
implements Style


Field Summary
protected  Color color
           
protected  int width
           
 
Constructor Summary
LineStyle(int width, Color color)
           
 
Method Summary
 Color getColor()
           
 int getWidth()
           
 void write(com.anotherbigidea.io.OutStream out, boolean hasAlpha)
           
static void writeMorphLineStyle(com.anotherbigidea.io.OutStream out, LineStyle startStyle, LineStyle endStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

protected int width

color

protected Color color
Constructor Detail

LineStyle

public LineStyle(int width,
                 Color color)
Method Detail

getWidth

public int getWidth()

getColor

public Color getColor()

write

public void write(com.anotherbigidea.io.OutStream out,
                  boolean hasAlpha)
           throws java.io.IOException
Specified by:
write in interface Style

writeMorphLineStyle

public static void writeMorphLineStyle(com.anotherbigidea.io.OutStream out,
                                       LineStyle startStyle,
                                       LineStyle endStyle)
                                throws java.io.IOException