void |
Breadboard.add(GObject gObject) |
adds the specified GObject to this breadboard
|
void |
Breadboard.add(GObject gObject,
double x,
double y) |
adds the specified GObject to this breadboard at the specified location
|
void |
Breadboard.add(GObject gObject,
GPoint pt) |
adds the specified GObject to this breadboard at the specified point
|
void |
GCompound.add(GObject gObject) |
adds a GObject to this GCompound
|
void |
GCompound.add(GObject gObject,
double x,
double y) |
adds a GObject to this GCompound at the specified location
|
void |
GCompound.add(GObject gObject,
GPoint pt) |
adds a GObject to this GCompound at the specified point
|
void |
Breadboard.remove(GObject gObject) |
removes the specified GObject from the breadboard
|
void |
GCompound.remove(GObject gObject) |
removes the specified GObject from the GCompound
|
void |
Breadboard.sendBackward(GObject gObj) |
Swaps the z-orders of the specified GObject and the object immediately "below" it.
|
void |
GCompound.sendBackward(GObject gObj) |
Swaps the z-orders of the specified GObject and the object immediately "below" it.
|
void |
GObjectParent.sendBackward(GObject gObj) |
Swaps the z-orders of the specified GObject and the object immediately "below" it.
|
void |
Breadboard.sendForward(GObject gObj) |
Swaps the z-orders of the specified GObject and the object immediately "above" it.
|
void |
GCompound.sendForward(GObject gObj) |
Swaps the z-orders of the specified GObject and the object immediately "above" it.
|
void |
GObjectParent.sendForward(GObject gObj) |
Swaps the z-orders of the specified GObject and the object immediately "below" it.
|
void |
Breadboard.sendToBack(GObject gObj) |
Moves the specified object below all other GObjects on the breadboard.
|
void |
GCompound.sendToBack(GObject gObj) |
Moves the specified object "below" all other GObjects on the breadboard
|
void |
GObjectParent.sendToBack(GObject gObj) |
Moves the specified object "below" all other GObjects on the breadboard
|
void |
Breadboard.sendToFront(GObject gObj) |
Moves the specified object "on top" of all other GObjects on the breadboard
|
void |
GCompound.sendToFront(GObject gObj) |
Moves the specified object "on top" of all other GObjects on the breadboard
|
void |
GObjectParent.sendToFront(GObject gObj) |
Moves the specified object "on top" of all other GObjects on the breadboard
|