Serialized Form


Package jdraw

Class jdraw.JDraw implements Serializable


Package jdraw.ui

Class jdraw.ui.ColorField implements Serializable

Serialized Fields

colColor

Color colColor
The color displayed.

Class jdraw.ui.GraphicalObjectCanvas implements Serializable

Serialized Fields

frmParent

Frame frmParent
The parent Frame of this canvas.

grobjmanManager

GraphicalObjectManager grobjmanManager
The graphical objects manager.

gobjLastSelectedObject

GraphicalObject gobjLastSelectedObject
The last selected graphical object.

Class jdraw.ui.GraphicalObjectProperties implements Serializable

Serialized Fields

grobjGraphicalObject

GraphicalObject grobjGraphicalObject
The graphical objects managed.

panelPropertyGroups

JPanel panelPropertyGroups
The container for property groups.

tfPositionX

JTextField tfPositionX
The text field for x-axis position.

tfPositionY

JTextField tfPositionY
The text field for y-axis position.

cfColor

ColorField cfColor
The color field.

dMinimumSize

Dimension dMinimumSize
The minimum size of this frame.

Class jdraw.ui.MainFrame implements Serializable

Class jdraw.ui.SizedGraphicalObjectProperties implements Serializable

Serialized Fields

tfWidth

JTextField tfWidth
The text field for width.

tfHeight

JTextField tfHeight
The text field for height.

szgrobjGraphicalObject

SizedGraphicalObject szgrobjGraphicalObject
The sized graphical objects managed.

Class jdraw.ui.TextAreaProperties implements Serializable

Serialized Fields

hmAligmentButtons

HashMap hmAligmentButtons
The hashtable of alignment radio buttons

cmbFontName

JComboBox cmbFontName
The list for font name.

tfFontSize

JTextField tfFontSize
The text field for font size.

cbBold

JCheckBox cbBold
The check box for boldness.

cbItalic

JCheckBox cbItalic
The check box for italicness.

tfText

JTextField tfText
The text field for text.

bgAlignment

ButtonGroup bgAlignment
The button group for alignment.

taTextArea

TextArea taTextArea
The text area managed.

Class jdraw.ui.TextAreaProperties.FontPreview implements Serializable