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