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

A

AWTController - class objectdraw.AWTController.
AWTController is an AWT compatible class designed to be extended to produce programs that employ a GUI interface but do not include graphics displayed in a DrawingCanvas.
AWTController() - Constructor for class objectdraw.AWTController
 
AWTDrawingCanvas - class objectdraw.AWTDrawingCanvas.
An AWTDrawingCanvas is an AWT GUI component designed for displaying simple graphics created by constructing Lines, FilledOvals, FilledRects, or any of the other objectdraw classes that implement DrawableInterface.
AWTDrawingCanvas() - Constructor for class objectdraw.AWTDrawingCanvas
Creates a new DrawingCanvas.
AWTDrawingCanvas(int, int) - Constructor for class objectdraw.AWTDrawingCanvas
Creates a new DrawingCanvas.
AWTDrawingCanvas(Dimension) - Constructor for class objectdraw.AWTDrawingCanvas
Creates a new DrawingCanvas.
AWTFrameCanvas - class objectdraw.AWTFrameCanvas.
AWTFrameCanvas is an extension of AWTDrawingCanvas that creates a Frame and puts an AWTDrawingCanvas inside.
AWTFrameCanvas() - Constructor for class objectdraw.AWTFrameCanvas
 
AWTFrameCanvas(int, int) - Constructor for class objectdraw.AWTFrameCanvas
Creates a new FrameCanvas.
AWTFrameCanvas(Dimension) - Constructor for class objectdraw.AWTFrameCanvas
Creates a new FrameCanvas.
AWTFrameController - class objectdraw.AWTFrameController.
AWTFrameController is a version of AWTController intended to make it possible to run a controller outside the context of an applet viewer as appropriate with environments like BlueJ and Dr.
AWTFrameController() - Constructor for class objectdraw.AWTFrameController
Constructs a new FrameController.
AWTFrameWindowController - class objectdraw.AWTFrameWindowController.
AWTFrameWindowController is a version of AWTWindowController intended to make it possible to run a window controller outside the context of an applet viewer as appropriate with environments like BlueJ and Dr.
AWTFrameWindowController() - Constructor for class objectdraw.AWTFrameWindowController
Constructs a new AWTFrameController.
AWTSizeablePanel - class objectdraw.AWTSizeablePanel.
Panel that allows you to specify the desired width and height.
AWTSizeablePanel(int, int) - Constructor for class objectdraw.AWTSizeablePanel
Creates a Panel with specified with and height.
AWTWindowController - class objectdraw.AWTWindowController.
AWTWindowController is an AWT compatible class designed to be extended to produce programs that handle simple mouse events and draw graphics in a single window on the screen.
AWTWindowController() - Constructor for class objectdraw.AWTWindowController
 
ActiveObject - class objectdraw.ActiveObject.
The class ActiveObject is used to define objects controlled by sequences of instructions that are executed independently of and simultaneously with other instructions in a program.
ActiveObject() - Constructor for class objectdraw.ActiveObject
Construct an ActiveObject.
ActiveObject(String) - Constructor for class objectdraw.ActiveObject
Constructs an ActiveObject with a given name.
ActiveObject(ThreadGroup, Runnable, String) - Constructor for class objectdraw.ActiveObject
Construct a new ActiveObject with the specified name using the Runnable and ThreadGroup parameters to determine its behavior.
AngLine - class objectdraw.AngLine.
AngLine is a variant of Line where the constructor takes a starting point and angle from the horizontal rather than two end points.
AngLine(Location, double, double, DrawingCanvas) - Constructor for class objectdraw.AngLine
Creates a new Line given a starting location, length and direction.
AngLine(double, double, double, double, DrawingCanvas) - Constructor for class objectdraw.AngLine
Creates a new Line given a starting location, length and direction.
actionPerformed(ActionEvent) - Method in class objectdraw.ControllerFrame
Dispose the frame when the user selects quit
addComponentListener(ComponentListener) - Method in interface objectdraw.DrawingCanvas
Requests that the specified ComponentListener be notified when the DrawingCanvas is hidden, shown, resized or moved.
addKeyListener(KeyListener) - Method in interface objectdraw.DrawingCanvas
Requests that the specified KeyListener be notified when keystokes occur.
addMouseListener(MouseListener) - Method in interface objectdraw.DrawingCanvas
Requests that the specified MouseListener be notified when the mouse is clicked, pressed, or released.
addMouseMotionListener(MouseMotionListener) - Method in interface objectdraw.DrawingCanvas
Requests that the specified MouseMotionListener be notified when the mouse is moved or dragged in the DrawingCanvas.
addToCanvas(DrawingCanvas) - Method in interface objectdraw.DrawableInterface
Places an existing object on a specified DrawingCanvas.
addToCanvas(DrawingCanvas) - Method in class objectdraw.Text
 
addToCanvas(DrawingCanvas) - Method in class objectdraw.VisibleImage
 

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