Package breadboards
Class GSpaceship
- java.lang.Object
-
- breadboards.GObject
-
- breadboards.GCompound
-
- breadboards.GSpaceship
-
- All Implemented Interfaces:
Drawable
,GObjectParent
public class GSpaceship extends GCompound
Subclass of GCompound that looks like a small red spaceship- Author:
- paul oser
-
-
Constructor Summary
Constructors Constructor Description GSpaceship(double x, double y)
constructs a GSpaceship at the specified location
-
Method Summary
-
Methods inherited from class breadboards.GCompound
add, add, add, contains, draw, getBounds, getCanvasPoint, getElement, getElementAt, getElementAt, getElementCount, getHeight, getLocalPoint, getWidth, remove, removeAll, sendBackward, sendForward, sendToBack, sendToFront, updateDisplay
-
Methods inherited from class breadboards.GObject
addMouseListener, addMouseMotionListener, getBreadboard, getLocation, getMouseListeners, getMouseMotionListeners, getParent, getX, getY, isVisible, move, movePolar, removeMouseListener, removeMouseMotionListener, sendBackward, sendForward, sendToBack, sendToFront, setLocation, setParent, setVisible, setX, setY, updateBreadboard
-
-