A B C D E F G I L M N O P R S T U 
All Classes All Packages

S

saveImage(File) - Method in class breadboards.GImage
saves the image associated with this GImage using the specified file object
saveImage(String) - Method in class breadboards.GImage
saves the image associated with this GImage using the filename (and path) given
scale(double) - Method in class breadboards.GLine
keeping the same starting point, this scales the length of the GLine by sf
scale(double) - Method in class breadboards.GOval
scale this GOval by a factor of sf
scale(double) - Method in class breadboards.GRect
scale this GRect by a factor of sf
scale(double, double) - Method in class breadboards.GLine
keeping the same starting point, this scales the horizontal component of the GLine's length by sx, and the vertical component by sy
scale(double, double) - Method in class breadboards.GOval
scale the width of the GOval by a factor of sx and the height of the GOval by a factor of sy
scale(double, double) - Method in class breadboards.GRect
scale the width of the GRect by a factor of sx and the height of the GRect by a factor of sy
sendBackward() - Method in class breadboards.GObject
Swaps the z-orders of this GObject and the object immediately "below" it on this GObject's parent object
sendBackward(GObject) - Method in class breadboards.Breadboard
Swaps the z-orders of the specified GObject and the object immediately "below" it.
sendBackward(GObject) - Method in class breadboards.GCompound
Swaps the z-orders of the specified GObject and the object immediately "below" it.
sendBackward(GObject) - Method in interface breadboards.GObjectParent
Swaps the z-orders of the specified GObject and the object immediately "below" it.
sendForward() - Method in class breadboards.GObject
Swaps the z-orders of this GObject and the object immediately "above" it on this GObject's parent object
sendForward(GObject) - Method in class breadboards.Breadboard
Swaps the z-orders of the specified GObject and the object immediately "above" it.
sendForward(GObject) - Method in class breadboards.GCompound
Swaps the z-orders of the specified GObject and the object immediately "above" it.
sendForward(GObject) - Method in interface breadboards.GObjectParent
Swaps the z-orders of the specified GObject and the object immediately "below" it.
sendToBack() - Method in class breadboards.GObject
Moves this GObject "below" all other GObjects on this GObject's parent object
sendToBack(GObject) - Method in class breadboards.Breadboard
Moves the specified object below all other GObjects on the breadboard.
sendToBack(GObject) - Method in class breadboards.GCompound
Moves the specified object "below" all other GObjects on the breadboard
sendToBack(GObject) - Method in interface breadboards.GObjectParent
Moves the specified object "below" all other GObjects on the breadboard
sendToFront() - Method in class breadboards.GObject
Moves this GObject "on top" of all other GObjects on this GObject's parent object
sendToFront(GObject) - Method in class breadboards.Breadboard
Moves the specified object "on top" of all other GObjects on the breadboard
sendToFront(GObject) - Method in class breadboards.GCompound
Moves the specified object "on top" of all other GObjects on the breadboard
sendToFront(GObject) - Method in interface breadboards.GObjectParent
Moves the specified object "on top" of all other GObjects on the breadboard
setBackground(Color) - Method in class breadboards.Breadboard
This sets the background color of the breadboard's content area (i.e, the drawing area in the center)
setBounds(double, double, double, double) - Method in class breadboards.GOval
set the width, height, and location of the GOval to the specified values
setBounds(double, double, double, double) - Method in class breadboards.GRect
set the width, height, and location of the GRect to the specified values
setBounds(GRectangle) - Method in class breadboards.GOval
set the width, height, and location of the GOval to those associated with the specified bounding rectangle
setBounds(GRectangle) - Method in class breadboards.GRect
set the width, height, and location of the GRect to those associated with the specified bounding rectangle
setCenterPanelSize(int, int) - Method in class breadboards.Breadboard
Expands or contracts the breadboard window size so that its central drawing area has the specified dimensions
setColor(Color) - Method in class breadboards.GLabel
sets the border color of the GLabel to the specified color
setColor(Color) - Method in class breadboards.GLine
sets the color for the GLine to the specified color
setColor(Color) - Method in class breadboards.GOval
sets the border color of the GOval to the specified color
setColor(Color) - Method in class breadboards.GRect
sets the border color of the GRect to the specified color
setDelay(int) - Method in class breadboards.GTurtle
 
setEndPoint(double, double) - Method in class breadboards.GLine
sets the end point for the GLine
setFillColor(Color) - Method in class breadboards.GOval
set the fill color for the opaque interior to the specified color
setFillColor(Color) - Method in class breadboards.GRect
set the fill color for the opaque interior to the specified color
setFilled(boolean) - Method in class breadboards.GOval
this must be called for the GOval to show an opaque interior
setFilled(boolean) - Method in class breadboards.GRect
this must be called for the GRect to show an opaque interior
setFont(String) - Method in class breadboards.GLabel
sets the font of the GLabel
setFontSize(int) - Method in class breadboards.GLabel
sets the font size of the GLabel
setHeading(double) - Method in class breadboards.GTurtle
 
setImage(BufferedImage) - Method in class breadboards.GImage
reset the image of the GImage to a given (BufferedImage) image
setImage(String) - Method in class breadboards.GImage
reset the image of the GImage to the one identified by the given filename (and path)
setLocation(double, double) - Method in class breadboards.GObject
sets the location of this GObject to (x,y)
setLocation(double, double) - Method in class breadboards.GPoint
sets the location of the GPoint to the specified location
setLocation(double, double) - Method in class breadboards.GRectangle
sets the location of the upper left corner of the rectangle to the specified coordinates
setLocation(double, double) - Method in class breadboards.GTurtle
 
setParent(GObjectParent) - Method in class breadboards.GObject
sets the parent for this object to be the specified parent - note: it does not tell the parent of this child
setSize(double, double) - Method in class breadboards.GDimension
sets the dimensions of this GDimension to the specified width and height
setSize(double, double) - Method in class breadboards.GOval
set the width and height of the GOval to the specified values
setSize(double, double) - Method in class breadboards.GRect
set the width and height of the GRect to the specified values
setSize(double, double) - Method in class breadboards.GRectangle
sets the dimensions of the rectangle to those specified
setSize(GDimension) - Method in class breadboards.GRectangle
sets the dimensions of the rectangle to the specified dimensions
setStartPoint(double, double) - Method in class breadboards.GLine
sets the start point for the GLine
setText(String) - Method in class breadboards.GLabel
sets the text of this GLabel
setVisible(boolean) - Method in class breadboards.GObject
sets whether this GObject is visible or not
setX(double) - Method in class breadboards.GObject
sets the x-coordinate for this GObject to the specified x-coordinate
setX(double) - Method in class breadboards.GTurtle
 
setY(double) - Method in class breadboards.GObject
sets the y-coordinate for this GObject to the specified y-coordinate
setY(double) - Method in class breadboards.GTurtle
 
SOUTH - Static variable in class breadboards.Breadboard
An identifier for the south (bottom) panel, where the label, text field, and both buttons reside.
step() - Method in class breadboards.GTurtle
 
A B C D E F G I L M N O P R S T U 
All Classes All Packages