Serialized Form


Package objectdraw

Class objectdraw.Controller extends JApplet implements Serializable

Serialized Fields

preferredSize

Dimension preferredSize

grid

objectdraw.Controller.GridPane grid

Class objectdraw.ControllerFrame extends JFrame implements Serializable

Serialized Fields

applet

Controller applet
Deprecated. 

left

objectdraw.ControllerFrame.VerticalRuler left
Deprecated. 

top

objectdraw.ControllerFrame.HorizontalRuler top
Deprecated. 

corner

objectdraw.ControllerFrame.LocationView corner
Deprecated. 

active

boolean active
Deprecated. 

streams

HashMap streams
Deprecated. 

width

int width
Deprecated. 

height

int height
Deprecated. 

key

MouseInterpreter key
Deprecated. 

rulersItem

JCheckBoxMenuItem rulersItem
Deprecated. 

gridItem

JCheckBoxMenuItem gridItem
Deprecated. 

Class objectdraw.FrameController extends Controller implements Serializable

Class objectdraw.FrameWindowController extends WindowController implements Serializable

Class objectdraw.JDrawingCanvas extends JComponent implements Serializable

Serialized Fields

auto

boolean auto
Deprecated. 

loupe

Location loupe
Deprecated. 

loupeSize

double loupeSize
Deprecated. 

loupeZoom

double loupeZoom
Deprecated. 

id

int id
Deprecated. 

buffer

BufferedImage buffer
Deprecated. 

needsRepainting

boolean needsRepainting
Deprecated. 

Class objectdraw.SizeablePanel extends JPanel implements Serializable

Serialized Fields

width

int width

height

int height

Class objectdraw.WindowController extends Controller implements Serializable

Serialized Fields

canvas

DrawingCanvas canvas
In a class extending WindowController, you can use the canvas variable to refer to the canvas of that controller.