|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ structs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.structs
Class LineStyle

java.lang.Objectcom.anotherbigidea.flash.structs.LineStyle
- All Implemented Interfaces:
- Style
- public class LineStyle
- extends java.lang.Object
- implements Style
- extends java.lang.Object
| 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
writeMorphLineStyle
public static void writeMorphLineStyle(com.anotherbigidea.io.OutStream out, LineStyle startStyle, LineStyle endStyle) throws java.io.IOException
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ structs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.anotherbigidea.flash.structs.LineStyle