A B C D E F G H I J L M N O P R S T U V W Y

S

SizeablePanel - class objectdraw.SizeablePanel.
Panel that allows you to specify the width and height.
SizeablePanel(int, int) - Constructor for class objectdraw.SizeablePanel
Creates a Panel with specified with and height.
sendBackward() - Method in interface objectdraw.DrawableInterface
Sends the object backward.
sendForward() - Method in interface objectdraw.DrawableInterface
Sends the object forward.
sendToBack() - Method in interface objectdraw.DrawableInterface
Sends the object to the back.
sendToFront() - Method in interface objectdraw.DrawableInterface
Sends the object to the front.
setBold() - Method in class objectdraw.Text
Deprecated. Use setBold(boolean) instead.
setBold(boolean) - Method in class objectdraw.Text
Toggles whether the text object's style is bold or not.
setColor(Color) - Method in interface objectdraw.DrawableInterface
Sets the color of the object.
setEnd(Location) - Method in interface objectdraw.Drawable1DInterface
Sets the line's end point.
setEnd(double, double) - Method in interface objectdraw.Drawable1DInterface
Sets the line's end point.
setEnd(Location) - Method in class objectdraw.Line
 
setEnd(double, double) - Method in class objectdraw.Line
 
setEndPoints(Location, Location) - Method in interface objectdraw.Drawable1DInterface
Sets the line's end points.
setEndPoints(double, double, double, double) - Method in interface objectdraw.Drawable1DInterface
Sets the line's end points.
setEndPoints(Location, Location) - Method in class objectdraw.Line
 
setEndPoints(double, double, double, double) - Method in class objectdraw.Line
 
setFont(Font) - Method in class objectdraw.Text
Sets the text object's font.
setFont(String) - Method in class objectdraw.Text
Sets the text object's font.
setFontSize(int) - Method in class objectdraw.Text
Sets the text object's font size.
setHeight(double) - Method in interface objectdraw.Resizable2DInterface
Sets the height of the object's bounding rectangle
setHeight(double) - Method in class objectdraw.VisibleImage
 
setImage(Image) - Method in class objectdraw.VisibleImage
Change the Image displayed by this VisibleImage
setItalic() - Method in class objectdraw.Text
Deprecated. Use setItalic(boolean) instead.
setItalic(boolean) - Method in class objectdraw.Text
Toggles whether the text object's style is italics or not.
setPlain() - Method in class objectdraw.Text
Sets the text object's font to have plain style.
setSize(Dimension) - Method in class objectdraw.AWTFrameCanvas
Sets the size of the Frame to the given Dimension
setSize(int, int) - Method in class objectdraw.AWTFrameCanvas
Sets the size of the Frame to the given width and height
setSize(Dimension) - Method in class objectdraw.FrameCanvas
Sets the size of the Frame to the given Dimension.
setSize(int, int) - Method in class objectdraw.FrameCanvas
Sets the size of the Frame to the given width and height.
setSize(double, double) - Method in interface objectdraw.Resizable2DInterface
Sets the width and height of the rectangle bounding the object.
setSize(double, double) - Method in class objectdraw.VisibleImage
 
setStart(Location) - Method in interface objectdraw.Drawable1DInterface
Sets the line's start point.
setStart(double, double) - Method in interface objectdraw.Drawable1DInterface
Sets the line's start point.
setStart(Location) - Method in class objectdraw.Line
 
setStart(double, double) - Method in class objectdraw.Line
 
setText(String) - Method in class objectdraw.Text
Sets the text object's value to the String text.
setText(long) - Method in class objectdraw.Text
Sets the text object's value to the representation of a short, int, byte, or long value.
setText(boolean) - Method in class objectdraw.Text
Sets the text object's value to display a boolean value.
setText(char) - Method in class objectdraw.Text
Sets the text object's value to the char text
setText(double) - Method in class objectdraw.Text
Sets the text object's value to the text representation of a double
setText(Object) - Method in class objectdraw.Text
Sets the text object's value to a representation of the Object text
setWidth(double) - Method in interface objectdraw.Resizable2DInterface
Sets the width of the object's bounding rectangle
setWidth(double) - Method in class objectdraw.VisibleImage
 
show() - Method in interface objectdraw.DrawableInterface
Shows the object if it has been hidden.
start() - Method in class objectdraw.AWTController
This predefined method is invoked by the appletviewer or web browser running a program that extends AWTController when the program should commence or resume active execution.
start() - Method in class objectdraw.Controller
This predefined method is invoked by the appletviewer or web browser running a program that extends Controller when the program should commence or resume active execution.
startController(int, int) - Method in class objectdraw.AWTController
Run this controller in an independent window of the specified size.
startController() - Method in class objectdraw.AWTController
Run this controller in an independent window of default size.
startController(int, int) - Method in class objectdraw.Controller
Run this controller in an independent window of the specified size.
startController() - Method in class objectdraw.Controller
Run this controller in an independent window of default size.
stop() - Method in class objectdraw.AWTController
This predefined method is invoked by the appletviewer or web browser running a program that extends AWTController when the program should cease active execution.
stop() - Method in class objectdraw.Controller
This predefined method is invoked by the appletviewer or web browser running a program that extends Controller when the program should cease active execution.

A B C D E F G H I J L M N O P R S T U V W Y