|
Inherited Method Summary |
contains(x, y)
Checks to see whether a point is inside the object.
|
get_bounds()
Returns the bounding box for this object.
|
get_color()
Returns the color used to display this object.
|
is_visible()
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.
|
send_backward()
Moves this object one step toward the back in the z dimension.
|
send_forward()
Moves this object one step toward the front in the z dimension.
|
send_to_back()
Moves this object to the back of the display in the z dimension.
|
send_to_front()
Moves this object to the front of the display in the z dimension.
|
set_color(color)
Sets the color used to display this object.
|
set_visible(flag)
Sets whether this object is visible.
|