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

Constructor Index

 o PDynamicLineArt(DynamicLineArt)

Method Index

 o changeFillColour(Color)
 o changeLineColour(Color)
 o changeLineStyle(int)
 o changeLineWidth(int)
 o Clear(Color)
 o DrawArc(int, int, int, int, int, int)
 o drawComplexLine(int, int, int, int, int, int)
 o DrawLine(int, int, int, int)
 o DrawOval(int, int, int, int)
 o DrawPolygon(Array)
 o DrawPolyline(Array)
 o DrawRectangle(int, int, int, int)
 o DrawSector(int, int, int, int, int, int)
 o getFillColour()
 o getLineColour()
 o getLineStyle()
 o getLineWidth()
 o hasTransparentParts()
 o paint(Graphics)

Constructors

 o PDynamicLineArt
  public PDynamicLineArt(DynamicLineArt _dla)

Methods

 o hasTransparentParts
  public boolean hasTransparentParts()
Overrides:
hasTransparentParts in class PVisible
 o paint
  public void paint(Graphics g)
Overrides:
paint in class PVisible
 o changeLineWidth
  public void changeLineWidth(int _lineWidth)
Overrides:
changeLineWidth in class PLineArt
 o changeLineStyle
  public void changeLineStyle(int _lineStyle)
Overrides:
changeLineStyle in class PLineArt
 o changeLineColour
  public void changeLineColour(Color _lineColour)
Overrides:
changeLineColour in class PLineArt
 o changeFillColour
  public void changeFillColour(Color _fillColour)
Overrides:
changeFillColour in class PLineArt
 o Clear
  public void Clear(Color origRefFillColour)
 o DrawArc
  public void DrawArc(int lx,
                      int ly,
                      int lw,
                      int lh,
                      int start_angle,
                      int arc_angle)
 o DrawLine
  public void DrawLine(int x1,
                       int y1,
                       int x2,
                       int y2)
 o DrawOval
  public void DrawOval(int lx,
                       int ly,
                       int lw,
                       int lh)
 o DrawPolygon
  public void DrawPolygon(Array points)
 o DrawPolyline
  public void DrawPolyline(Array points)
 o DrawRectangle
  public void DrawRectangle(int lx,
                            int ly,
                            int lw,
                            int lh)
 o DrawSector
  public void DrawSector(int lx,
                         int ly,
                         int lw,
                         int lh,
                         int start_angle,
                         int arc_angle)
 o getFillColour
  public Color getFillColour()
 o getLineColour
  public Color getLineColour()
 o getLineStyle
  public int getLineStyle()
 o getLineWidth
  public int getLineWidth()
 o 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