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
-
PRectangle()
-
-
drawComplexLine(Graphics, int, int, int, int, int, int)
-
-
hasTransparentParts()
-
-
paint(Graphics)
-
PRectangle
public PRectangle()
hasTransparentParts
public boolean hasTransparentParts()
- Overrides:
- hasTransparentParts in class PVisible
paint
public void paint(Graphics g)
- Overrides:
- paint in class PVisible
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