Inherited Method Summary |
contains(x, y)
Checks to see whether a point is inside the object.
|
getBounds()
Returns the bounding box for this object.
|
getColor()
Returns the color used to display this object.
|
isVisible()
Checks to see whether this object is visible.
|
scale(sf)
Scales the object on the screen by the scale factor
sf , which applies in both dimensions.
|
sendBackward()
Moves this object one step toward the back in the z dimension.
|
sendForward()
Moves this object one step toward the front in the z dimension.
|
sendToBack()
Moves this object to the back of the display in the z dimension.
|
sendToFront()
Moves this object to the front of the display in the z dimension.
|
setColor(color)
Sets the color used to display this object.
|
setVisible(flag)
Sets whether this object is visible.
|