|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.swf.Shape.Element
pt.tumba.parser.swf.Shape.Style
pt.tumba.parser.swf.Shape.LineStyle
public static class Shape.LineStyle
Description of the Class
Field Summary | |
---|---|
protected Color |
color
Description of the Field |
protected double |
width
Description of the Field |
Constructor Summary | |
---|---|
Shape.LineStyle(double width,
Color color)
Constructor for the LineStyle object |
Method Summary | |
---|---|
Color |
getColor()
Gets the color attribute of the LineStyle object |
double |
getWidth()
Gets the width attribute of the LineStyle object |
void |
setColor(Color color)
Sets the color attribute of the LineStyle object |
void |
setWidth(double width)
Sets the width attribute of the LineStyle object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double width
protected Color color
Constructor Detail |
---|
public Shape.LineStyle(double width, Color color)
width
- Description of the Parametercolor
- Description of the ParameterMethod Detail |
---|
public double getWidth()
public Color getColor()
public void setWidth(double width)
width
- The new width valuepublic void setColor(Color color)
color
- The new color value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |