A B C D F G H I K L M N P R S T U

S

save(String) - Method in class gpdraw.DrawingTool
Write the DrawingTool SketchPad panel to a file.
save(String) - Static method in class gpdraw.Pen
Write the display area to a file.
save(String) - Method in class gpdraw.SketchPad
Write the SketchPad panel to a file.
setColor(Color) - Method in class gpdraw.DrawingTool
The color of the DrawingTool object is set to c.
setColor(int) - Method in class gpdraw.DrawingTool
The color of the DrawingTool object is set using the colorCode as follows:
setColor(Color) - Static method in class gpdraw.Pen
The foreground drawing color is set to c.
setColor(int) - Static method in class gpdraw.Pen
The color of the Pen is set using the colorCode as follows:
setColor(Color) - Method in class gpdraw.SketchPad
The foreground drawing color is set to c.
setColor(int) - Method in class gpdraw.SketchPad
The foreground drawing color is set to the Color indicated by the colorCode.
setColorHSB(int, int, int) - Method in class gpdraw.DrawingTool
The color of the DrawingTool object is set using hue-saturation-brightness.
setColorHSB(int, int, int) - Static method in class gpdraw.Pen
The foreground drawing color is set using hue-saturation-brightness.
setColorHSB(int, int, int) - Method in class gpdraw.SketchPad
The foreground drawing color is set using hue-saturation-brightness.
setColorRGB(int, int, int) - Method in class gpdraw.DrawingTool
The color of the DrawingTool object is set using red-green-blue.
setColorRGB(int, int, int) - Static method in class gpdraw.Pen
The foreground drawing color is set using red-green-blue.
setColorRGB(int, int, int) - Method in class gpdraw.SketchPad
The foreground drawing color is set using red-green-blue.
setDirection(double) - Method in class gpdraw.DrawingTool
Sets the direction to d degrees.
setDirection(double) - Static method in class gpdraw.Pen
Sets the direction to d degrees.
setDirection(double) - Method in class gpdraw.SketchPad
Sets the direction to d degrees.
setFont(Font) - Method in class gpdraw.DrawingTool
 
setFont(Font) - Static method in class gpdraw.Pen
 
setWidth(int) - Method in class gpdraw.DrawingTool
Sets the width of the DrawingTool object is to width pixels.
setWidth(int) - Static method in class gpdraw.Pen
Sets the drawing width to width pixels.
setWidth(int) - Method in class gpdraw.SketchPad
Sets the drawing width to width pixels.
showError(String) - Static method in class gpdraw.SimpleOutput
Method to show an error to a user
showInformation(String) - Static method in class gpdraw.SimpleOutput
Method to show information to the user
showWarning(String) - Static method in class gpdraw.SimpleOutput
Method to show a warning to a user
SimpleInput - Class in gpdraw
Class to make it easy to get input from a user using JOptionPane
SimpleInput() - Constructor for class gpdraw.SimpleInput
 
SimpleOutput - Class in gpdraw
Class to make it easy to do output to the user using JOptionPane
SimpleOutput() - Constructor for class gpdraw.SimpleOutput
 
SketchPad - Class in gpdraw
A SketchPad is graphics componet that provides methods for a programmer to draw pictures by moving a drawing object (a "pen")around on the screen The center of the graphics window is at location 0,0.
SketchPad(int, int) - Constructor for class gpdraw.SketchPad
Constructor.
SketchPadListener - Interface in gpdraw
The listener interface for receiving "interesting" events (mouse click, mouse drag, key pressed and key typed) on a component.
skip(Pattern) - Method in class gpdraw.FileInput
 
skip(String) - Method in class gpdraw.FileInput
 

A B C D F G H I K L M N P R S T U