Serialized Form


Package utilities

Class utilities.ContainerGraphNode implements Serializable

Serialized Fields

contained

java.util.Hashtable contained

physical

boolean physical

Class utilities.ContainerNodePanel implements Serializable

Serialized Fields

labelsize

java.awt.Dimension labelsize

linklocations

java.util.HashMap linklocations

Class utilities.Distribution implements Serializable

Class utilities.EdgeNodePanel implements Serializable

Class utilities.Graph implements Serializable

Serialized Fields

nodes

java.util.Vector nodes

label

java.lang.String label

locations

java.util.Hashtable locations

sequence

int sequence

layers

GraphLayers layers

default_layer

java.lang.String default_layer

display

javax.swing.JTabbedPane display

text

javax.swing.JTextArea text

selected

GraphNode selected

reset

boolean reset

load

boolean load

dolayersdisplayhack

boolean dolayersdisplayhack

Class utilities.Graph.GraphCanvas implements Serializable

Serialized Fields

this$0

Graph this$0

dim

java.awt.Dimension dim

selectedinternal

GraphNode selectedinternal

thorough_placement

boolean thorough_placement

canvas_name

java.lang.String canvas_name

Class utilities.GraphEdge implements Serializable

Serialized Fields

from

GraphNode from

to

GraphNode to

drawarrows

boolean drawarrows

Class utilities.GraphNode implements Serializable

Serialized Fields

outedges

java.util.Vector outedges

inedges

java.util.Vector inedges

undiredges

java.util.Vector undiredges

attributes

java.util.Hashtable attributes

draggable

boolean draggable

label

java.lang.String label

Class utilities.GraphTest implements Serializable

Class utilities.ImageComponent implements Serializable

Serialized Fields

image

java.awt.Image image

size

java.awt.Dimension size

tracker

java.awt.MediaTracker tracker

Class utilities.JImageComponent implements Serializable

Serialized Fields

image

java.awt.Image image

size

java.awt.Dimension size

tracker

java.awt.MediaTracker tracker

Class utilities.NodePanel implements Serializable

Serialized Fields

label

java.lang.String label

selected

boolean selected

nodefilled

boolean nodefilled

moveable

boolean moveable

shape

java.awt.Shape shape

parent

GraphNode parent

bg_image

ImageComponent bg_image

bg_image_url

java.net.URL bg_image_url

Class utilities.VFlowLayout implements Serializable

Serialized Fields

align

int align

hgap

int hgap

vgap

int vgap

fill

boolean fill


Package utilities.cfg

Class utilities.cfg.ParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.

expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.

eol

java.lang.String eol
The end of line string for this machine.

Class utilities.cfg.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.