|
||||||||||
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
NGP.Graphics.FilledEllipse
cs015.SP.RainDropShape
A raindrop that has the capability of falling down the screen.
Field Summary | |
protected RainUpdateBehavior |
_bhv
|
Fields inherited from class NGP.Graphics.Shape |
_awtShape, _dpanel |
Fields inherited from interface NGP.Colorable |
DEFAULT_GRAY |
Constructor Summary | |
RainDropShape()
|
Method Summary | |
void |
fall()
Causes the RainDropShape to fall a small amount down the screen. |
void |
update()
Causes the RainDropShape to fall a small amount down the screen. |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected RainUpdateBehavior _bhv
Constructor Detail |
public RainDropShape()
Method Detail |
public void update()
public void fall()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |