Class mheg5.POM.PRectangle
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.POM.PRectangle

java.lang.Object
   |
   +----mheg5.POM.PVisible
           |
           +----mheg5.POM.PLineArt
                   |
                   +----mheg5.POM.PRectangle

public class PRectangle
extends PLineArt

Constructor Index

 o PRectangle()

Method Index

 o drawComplexLine(Graphics, int, int, int, int, int, int)
 o hasTransparentParts()
 o paint(Graphics)

Constructors

 o PRectangle
  public PRectangle()

Methods

 o hasTransparentParts
  public boolean hasTransparentParts()
Overrides:
hasTransparentParts in class PVisible
 o paint
  public void paint(Graphics g)
Overrides:
paint in class PVisible
 o drawComplexLine
  public void drawComplexLine(Graphics g,
                              int x1,
                              int y1,
                              int x2,
                              int y2,
                              int width,
                              int style)

All Packages  Class Hierarchy  This Package  Previous  Next  Index