Serialized Form


Package acm.graphics

Class acm.graphics.G3DRect extends GRect implements Serializable

serialVersionUID: 1L

Serialized Fields

isRaised

boolean isRaised

Class acm.graphics.GArc extends GObject implements Serializable

serialVersionUID: 1L

Serialized Fields

frameWidth

double frameWidth

frameHeight

double frameHeight

arcStart

double arcStart

arcSweep

double arcSweep

fillColor

Color fillColor

isFilled

boolean isFilled

isRenderer

boolean isRenderer

renderer

acm.graphics.ArcRenderer renderer

Class acm.graphics.GCanvas extends Container implements Serializable

Serialized Fields

gCanvasListener

acm.graphics.GCanvasListener gCanvasListener

lastObject

GObject lastObject

dragObject

GObject dragObject

contents

acm.graphics.GObjectList contents

offscreenImage

Image offscreenImage

autoRepaint

boolean autoRepaint

nativeArcFlag

boolean nativeArcFlag

opaque

boolean opaque

Class acm.graphics.GCompound extends GObject implements Serializable

serialVersionUID: 1L

Serialized Fields

complete

boolean complete

contents

acm.graphics.GObjectList contents

lastObject

GObject lastObject

dragObject

GObject dragObject

Class acm.graphics.GDimension extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

myWidth

double myWidth

myHeight

double myHeight

Class acm.graphics.GImage extends GObject implements Serializable

serialVersionUID: 1L

Serialized Fields

myImage

Image myImage

myWidth

double myWidth

myHeight

double myHeight

sizeDetermined

boolean sizeDetermined

Class acm.graphics.GLabel extends GObject implements Serializable

serialVersionUID: 1L

Serialized Fields

label

String label

labelFont

Font labelFont

Class acm.graphics.GLine extends GObject implements Serializable

serialVersionUID: 1L

Serialized Fields

dx

double dx

dy

double dy

Class acm.graphics.GObject extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

compoundParent

GCompound compoundParent

objectColor

Color objectColor

xc

double xc

yc

double yc

isVisible

boolean isVisible

mouseListenersEnabled

boolean mouseListenersEnabled

Class acm.graphics.GOval extends GObject implements Serializable

serialVersionUID: 1L

Serialized Fields

useArcs

boolean useArcs

frameWidth

double frameWidth

frameHeight

double frameHeight

isFilled

boolean isFilled

fillColor

Color fillColor

renderer

GArc renderer

Class acm.graphics.GPen extends GObject implements Serializable

serialVersionUID: 1L

Serialized Fields

animator

Animator animator

xScale

double xScale

yScale

double yScale

regionOpen

boolean regionOpen

regionStarted

boolean regionStarted

penVisible

boolean penVisible

path

acm.graphics.PathList path

penImage

Image penImage

fillColor

Color fillColor

Class acm.graphics.GPoint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

xc

double xc

yc

double yc

Class acm.graphics.GPolygon extends GObject implements Serializable

serialVersionUID: 1L

Serialized Fields

xScale

double xScale

yScale

double yScale

rotation

double rotation

vertices

acm.graphics.VertexList vertices

cacheValid

boolean cacheValid

complete

boolean complete

poly

Polygon poly

isFilled

boolean isFilled

fillColor

Color fillColor

Class acm.graphics.GRect extends GObject implements Serializable

serialVersionUID: 1L

Serialized Fields

frameWidth

double frameWidth

frameHeight

double frameHeight

isFilled

boolean isFilled

fillColor

Color fillColor

Class acm.graphics.GRectangle extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

xc

double xc

yc

double yc

myWidth

double myWidth

myHeight

double myHeight

Class acm.graphics.GRoundRect extends GRect implements Serializable

serialVersionUID: 1L

Serialized Fields

aWidth

double aWidth

aHeight

double aHeight

renderer

GArc renderer

Class acm.graphics.GTurtle extends GObject implements Serializable

serialVersionUID: 1L

Serialized Fields

pen

GPen pen

direction

double direction

penDown

boolean penDown

turtleVisible

boolean turtleVisible

turtleSize

int turtleSize

Package acm.gui

Class acm.gui.DoubleField extends JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

exceptionOnError

boolean exceptionOnError

minValue

double minValue

maxValue

double maxValue

formatString

String formatString

formatter

DecimalFormat formatter

parser

NumberFormat parser

dialog

IODialog dialog

Class acm.gui.HPanel extends TablePanel implements Serializable

serialVersionUID: 1L

Class acm.gui.IntField extends JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

exceptionOnError

boolean exceptionOnError

minValue

int minValue

maxValue

int maxValue

formatString

String formatString

formatter

DecimalFormat formatter

parser

NumberFormat parser

dialog

IODialog dialog

Class acm.gui.TableConstraints extends GridBagConstraints implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width
Specifies the desired width of this cell. The width of a column is taken to be the maximum of the specified cell widths. If this field has its default value of 0, the width is taken from the preferred size of the component.


height

int height
Specifies the desired height of this cell. The height of a row is taken to be the maximum of the specified cell heights. If this field has its default value of 0, the height is taken from the preferred size of the component.

Class acm.gui.TableLayout extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

constraintTable

HashMap<K,V> constraintTable

layoutTable

HashMap<K,V> layoutTable

propertyTable

HashMap<K,V> propertyTable

useStrictGridBagModel

boolean useStrictGridBagModel

nRows

int nRows

nColumns

int nColumns

horizontalAlignment

int horizontalAlignment

verticalAlignment

int verticalAlignment

defaultFill

int defaultFill

hGap

int hGap

vGap

int vGap

Class acm.gui.TablePanel extends JPanel implements Serializable

serialVersionUID: 1L

Class acm.gui.VPanel extends TablePanel implements Serializable

serialVersionUID: 1L


Package acm.io

Class acm.io.IOConsole extends Container implements Serializable

Serialized Fields

consoleModel

acm.io.ConsoleModel consoleModel

exceptionOnError

boolean exceptionOnError

inputColor

Color inputColor

inputStyle

int inputStyle

errorColor

Color errorColor

errorStyle

int errorStyle

reader

BufferedReader reader

writer

PrintWriter writer

file

File file

menuBar

ProgramMenuBar menuBar

Package acm.program

Class acm.program.ConsoleProgram extends Program implements Serializable

Class acm.program.DialogProgram extends Program implements Serializable

Class acm.program.GraphicsProgram extends Program implements Serializable

Serialized Fields

gc

GCanvas gc

eventListener

acm.program.GProgramListener eventListener

Class acm.program.Program extends JApplet implements Serializable

Serialized Fields

finalizers

ArrayList<E> finalizers

parameterTable

HashMap<K,V> parameterTable

programFrame

JFrame programFrame

appletStub

AppletStub appletStub

myTitle

String myTitle

myMenuBar

ProgramMenuBar myMenuBar

northBorder

Component northBorder

southBorder

Component southBorder

eastBorder

Component eastBorder

westBorder

Component westBorder

northPanel

JPanel northPanel

southPanel

JPanel southPanel

eastPanel

JPanel eastPanel

westPanel

JPanel westPanel

centerPanel

JPanel centerPanel

myConsole

IOConsole myConsole

myDialog

IODialog myDialog

inputModel

IOModel inputModel

outputModel

IOModel outputModel

startupObject

Object startupObject

appletStarter

acm.program.AppletStarter appletStarter

programBounds

Rectangle programBounds

started

boolean started

shown

boolean shown

initFinished

boolean initFinished

appletMode

boolean appletMode

Class acm.program.ProgramMenuBar extends JMenuBar implements Serializable

Serialized Fields

program

Program program

menuBarListener

ActionListener menuBarListener

focusedListener

ActionListener focusedListener

accelerators

HashMap<K,V> accelerators

focusedItems

HashSet<E> focusedItems

oldStyleMenuBar

MenuBar oldStyleMenuBar

macMenuBarFlag

boolean macMenuBarFlag

Package acm.util

Class acm.util.CancelledException extends RuntimeException implements Serializable

Class acm.util.ErrorException extends RuntimeException implements Serializable

Class acm.util.MovieClip extends Container implements Serializable

Serialized Fields

movieClass

Class<T> movieClass

movieControllerClass

Class<T> movieControllerClass

openMovieFileClass

Class<T> openMovieFileClass

qdRectClass

Class<T> qdRectClass

qtDataRefClass

Class<T> qtDataRefClass

qtFactoryClass

Class<T> qtFactoryClass

qtFileClass

Class<T> qtFileClass

qtSessionClass

Class<T> qtSessionClass

timeRecordClass

Class<T> timeRecordClass

controller

Object controller

movie

Object movie

movieName

String movieName

errorMessage

String errorMessage

version

int version

hasQuickTime

boolean hasQuickTime

controllerVisible

boolean controllerVisible

clipVolume

double clipVolume

clipRate

double clipRate

Class acm.util.RandomGenerator extends Random implements Serializable

serialVersionUID: 1L

Class acm.util.SwingTimer extends Timer implements Serializable

serialVersionUID: 1L