- getBackgroundColor() - Method in class CS2114.Widget
-
gets the background color
- getBounds() - Method in class CS2114.Widget
-
getBounds() return a rectangle containing the bounds around this shape
- getColorProperty(String) - Static method in class CS2114.Window
-
Given a 'key', return a Color object as value of the property.
- getFont() - Method in class CS2114.TextShape
-
getter for the font for the text of the shape
- getForegroundColor() - Method in class CS2114.Widget
-
- getGraphPanelHeight() - Method in class CS2114.Window
-
gets the window's height
- getGraphPanelWidth() - Method in class CS2114.Window
-
gets the graph panel's width
- getHeight() - Method in class CS2114.Shape
-
getter for the height of the shape
- getHeight() - Method in class CS2114.TextShape
-
getter for the height of the shape
- getHeight() - Method in class CS2114.Window
-
gets the window's height
- getProperty(String) - Static method in class CS2114.Window
-
Given a 'key', return the value of the property stored in the
default.properties file.
- getShapesIterator() - Method in class CS2114.Window
-
Returns an iterator for all the shapes in the window.
- getSide() - Method in enum CS2114.WindowSide
-
Gives the corresponding BorderLayout type to this WindowSide.
- getText() - Method in class CS2114.TextShape
-
getter for the text of the shape
- getTitle() - Method in class CS2114.Button
-
Returns the title for the button.
- getTitle() - Method in class CS2114.Window
-
Getter for the title of the window.
- getWidth() - Method in class CS2114.Shape
-
getter for the width of the shape
- getWidth() - Method in class CS2114.TextShape
-
getter for the width of the shape
- getWidth() - Method in class CS2114.Window
-
gets the window's width
- getWindow() - Method in class CS2114.Widget
-
- getX() - Method in class CS2114.Widget
-
Returns the x coordinate of the widget in the coordinate system of the
graphics panel.
- getY() - Method in class CS2114.Widget
-
Returns the y coordinate of the widget in the coordinate system of the
graphics panel.