|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectNGP.Graphics.Shape
NGP.Graphics.RectangularShape
NGP.Graphics.FilledRectangularShape
CSE115.Graphics.FilledTriangle
public class FilledTriangle
An NGP-style filled triangle.
| Field Summary |
|---|
| Fields inherited from interface NGP.Colorable |
|---|
DEFAULT_GRAY |
| Constructor Summary | |
|---|---|
FilledTriangle(DrawingPanel dp)
Creates a new FilledTriangle with the specified
DrawingPanel. |
|
| Method Summary |
|---|
| Methods inherited from class NGP.Graphics.FilledRectangularShape |
|---|
actualPaint |
| Methods inherited from class NGP.Graphics.RectangularShape |
|---|
getDimension, getLocation, setCenterLocation, setDimension, setLocation, unwrap, wrap |
| Methods inherited from class NGP.Graphics.Shape |
|---|
contains, drag, getBounds, getCenterLocation, getColor, getDrawingPanel, getRotation, hide, intersects, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paint, react, setColor, setDrawingPanel, setRotation, show |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilledTriangle(DrawingPanel dp)
FilledTriangle with the specified
DrawingPanel.
dp - the DrawingPanel for this FilledTriangle.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||