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

Variable Index

 o fillColour
 o lineColour
 o lineStyle
 o lineWidth

Constructor Index

 o PLineArt()

Method Index

 o changeFillColour(Color)
 o changeLineColour(Color)
 o changeLineStyle(int)
 o changeLineWidth(int)
 o setLineArt(int, int, Color, Color)

Variables

 o lineWidth
  protected int lineWidth
 o lineStyle
  protected int lineStyle
 o lineColour
  protected Color lineColour
 o fillColour
  protected Color fillColour

Constructors

 o PLineArt
  public PLineArt()

Methods

 o setLineArt
  public void setLineArt(int _lineWidth,
                         int _lineStyle,
                         Color _lineColour,
                         Color _fillColour)
 o changeLineWidth
  public void changeLineWidth(int _lineWidth)
 o changeLineStyle
  public void changeLineStyle(int _newLineStyle)
 o changeLineColour
  public void changeLineColour(Color _lineColour)
 o changeFillColour
  public void changeFillColour(Color _fillColour)

All Packages  Class Hierarchy  This Package  Previous  Next  Index