Skip navigation links
A B C D E G H I M O R S T V W 

S

setBackgroundColor(Color) - Method in class CS2114.Widget
Sets the background color
setForegroundColor(Color) - Method in class CS2114.Widget
Sets the foreground color
setInfoText(String) - Method in class CS2114.Window
Sets the info label's text to be the info given.
setText(String) - Method in class CS2114.TextShape
setter for the text in the textshape
setTitle(String) - Method in class CS2114.Button
Sets the title for the button.
setTitle(String) - Method in class CS2114.Window
Setter for the window title.
setX(int) - Method in class CS2114.Widget
sets the Widget's location to be at its original y and the new x.
setY(int) - Method in class CS2114.Widget
sets the Widget's location to be at its original x and the new y.
Shape - Class in CS2114
Shape Class provides a definition for objects which can be displayed on a Window.
Shape(int, int) - Constructor for class CS2114.Shape
Builds a Shape at the indicated x and y indices, of default size 50 and color orange.
Shape(int, int, int) - Constructor for class CS2114.Shape
Builds a shape of the specified size and indices, with default color orange.
Shape(int, int, int, int) - Constructor for class CS2114.Shape
Builds a shape of the specified size and indices, with default color orange.
Shape(int, int, int, int, Color) - Constructor for class CS2114.Shape
 
Shape(int, int, Color) - Constructor for class CS2114.Shape
Builds a shape of the specified color and indices, with default size 50.
Shape(int, int, int, Color) - Constructor for class CS2114.Shape
Builds a shape of the specified size, color, and indicies.
showInfoPanel() - Method in class CS2114.Window
Shows the InfoPanel
SquareShape - Class in CS2114
SquareShape draws a Square on your Window for you.
SquareShape(int, int) - Constructor for class CS2114.SquareShape
Builds a SquareShape at the x and y indices.
SquareShape(int, int, int) - Constructor for class CS2114.SquareShape
Builds a SquareShape at the x and y indices.
SquareShape(int, int, Color) - Constructor for class CS2114.SquareShape
Builds a SquareShape using the given color for the text color, at the x and y indices.
SquareShape(int, int, int, Color) - Constructor for class CS2114.SquareShape
Builds a SquareShape using the given color, at the x and y indices, of the size specified.
stopTimer() - Method in class CS2114.Shape
Stops the timer on this shape, if it exists, and sets it to null.
A B C D E G H I M O R S T V W 
Skip navigation links