A B C D E F G I L M P R S T Y

G

getApplet() - Static method in class yops.YOPS
 
getApproval(String) - Static method in class yops.Dialog
Asks the user a yes/no question.
getDouble(String) - Static method in class yops.Dialog
Prompts the user for a number.
getGraphicsPanel(int) - Method in class yops.YOPS
Returns the GraphicsPanel for the given index, where 0 is the leftmost panel, 1 is the next panel, and so on.
getInteger(String) - Static method in class yops.Dialog
Prompts the user for an integer response.
getMainImage() - Method in class yops.BasicGraphicsPanel
Gets the background image of this graphics panel.
getPixel(int, int) - Method in class yops.Image
Returns the value of the pixel with the given coordinates.
getPixelColor(int, int) - Method in class yops.Image
Returns a Color object for the color of the pixel with the given coordinates.
getPreferredSize() - Method in class yops.Image
This returns the size of the image, for use by Java's layout manager.
getSound(String) - Static method in class yops.Sound
Loads, but does not play, an audio clip from the given file
getText(String) - Static method in class yops.Dialog
Prompts the user for a textual response.
getText(String, String) - Static method in class yops.Dialog
Prompts the user for a textual response, with a default answer displayed.
getTool() - Method in class yops.YOPS
Gets the current tool.
Graphic - Class in yops
A Graphic is a single visual component with a location and size.
Graphic() - Constructor for class yops.Graphic
 
GraphicsPanel - Class in yops
A GraphicsPanel is a container in which graphics components can be displayed.

A B C D E F G I L M P R S T Y