Class mheg5.POM.PLineArt
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.POM.PLineArt
java.lang.Object
|
+----mheg5.POM.PVisible
|
+----mheg5.POM.PLineArt
- public class PLineArt
- extends PVisible
-
fillColour
-
-
lineColour
-
-
lineStyle
-
-
lineWidth
-
-
PLineArt()
-
-
changeFillColour(Color)
-
-
changeLineColour(Color)
-
-
changeLineStyle(int)
-
-
changeLineWidth(int)
-
-
setLineArt(int, int, Color, Color)
-
lineWidth
protected int lineWidth
lineStyle
protected int lineStyle
lineColour
protected Color lineColour
fillColour
protected Color fillColour
PLineArt
public PLineArt()
setLineArt
public void setLineArt(int _lineWidth,
int _lineStyle,
Color _lineColour,
Color _fillColour)
changeLineWidth
public void changeLineWidth(int _lineWidth)
changeLineStyle
public void changeLineStyle(int _newLineStyle)
changeLineColour
public void changeLineColour(Color _lineColour)
changeFillColour
public void changeFillColour(Color _fillColour)
All Packages Class Hierarchy This Package Previous Next Index