Class mheg5.POM.PDynamicLineArt
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.POM.PDynamicLineArt
java.lang.Object
|
+----mheg5.POM.PVisible
|
+----mheg5.POM.PLineArt
|
+----mheg5.POM.PDynamicLineArt
- public class PDynamicLineArt
- extends PLineArt
-
PDynamicLineArt(DynamicLineArt)
-
-
changeFillColour(Color)
-
-
changeLineColour(Color)
-
-
changeLineStyle(int)
-
-
changeLineWidth(int)
-
-
Clear(Color)
-
-
DrawArc(int, int, int, int, int, int)
-
-
drawComplexLine(int, int, int, int, int, int)
-
-
DrawLine(int, int, int, int)
-
-
DrawOval(int, int, int, int)
-
-
DrawPolygon(Array)
-
-
DrawPolyline(Array)
-
-
DrawRectangle(int, int, int, int)
-
-
DrawSector(int, int, int, int, int, int)
-
-
getFillColour()
-
-
getLineColour()
-
-
getLineStyle()
-
-
getLineWidth()
-
-
hasTransparentParts()
-
-
paint(Graphics)
-
PDynamicLineArt
public PDynamicLineArt(DynamicLineArt _dla)
hasTransparentParts
public boolean hasTransparentParts()
- Overrides:
- hasTransparentParts in class PVisible
paint
public void paint(Graphics g)
- Overrides:
- paint in class PVisible
changeLineWidth
public void changeLineWidth(int _lineWidth)
- Overrides:
- changeLineWidth in class PLineArt
changeLineStyle
public void changeLineStyle(int _lineStyle)
- Overrides:
- changeLineStyle in class PLineArt
changeLineColour
public void changeLineColour(Color _lineColour)
- Overrides:
- changeLineColour in class PLineArt
changeFillColour
public void changeFillColour(Color _fillColour)
- Overrides:
- changeFillColour in class PLineArt
Clear
public void Clear(Color origRefFillColour)
DrawArc
public void DrawArc(int lx,
int ly,
int lw,
int lh,
int start_angle,
int arc_angle)
DrawLine
public void DrawLine(int x1,
int y1,
int x2,
int y2)
DrawOval
public void DrawOval(int lx,
int ly,
int lw,
int lh)
DrawPolygon
public void DrawPolygon(Array points)
DrawPolyline
public void DrawPolyline(Array points)
DrawRectangle
public void DrawRectangle(int lx,
int ly,
int lw,
int lh)
DrawSector
public void DrawSector(int lx,
int ly,
int lw,
int lh,
int start_angle,
int arc_angle)
getFillColour
public Color getFillColour()
getLineColour
public Color getLineColour()
getLineStyle
public int getLineStyle()
getLineWidth
public int getLineWidth()
drawComplexLine
public void drawComplexLine(int x1,
int y1,
int x2,
int y2,
int width,
int style)
All Packages Class Hierarchy This Package Previous Next Index