|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.swf.LineStyle
public class LineStyle
Description of the Class
Field Summary | |
---|---|
protected Color |
color
Description of the Field |
protected int |
width
Description of the Field |
Constructor Summary | |
---|---|
LineStyle(int width,
Color color)
Constructor for the LineStyle object |
Method Summary | |
---|---|
Color |
getColor()
Gets the color attribute of the LineStyle object |
int |
getWidth()
Gets the width attribute of the LineStyle object |
void |
write(OutStream out,
boolean hasAlpha)
Description of the Method |
static void |
writeMorphLineStyle(OutStream out,
LineStyle startStyle,
LineStyle endStyle)
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int width
protected Color color
Constructor Detail |
---|
public LineStyle(int width, Color color)
width
- Description of the Parametercolor
- Description of the ParameterMethod Detail |
---|
public int getWidth()
public Color getColor()
public void write(OutStream out, boolean hasAlpha) throws java.io.IOException
write
in interface Style
out
- Description of the ParameterhasAlpha
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic static void writeMorphLineStyle(OutStream out, LineStyle startStyle, LineStyle endStyle) throws java.io.IOException
out
- Description of the ParameterstartStyle
- Description of the ParameterendStyle
- Description of the Parameter
java.io.IOException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |