Serialized Form


Package support.graph

Class support.graph.GraphCanvas extends Canvas implements Serializable

Serialized Fields

BGCOLOR

Color BGCOLOR

BGOUTLINECOLOR

Color BGOUTLINECOLOR

VERTEXCOLOR

Color VERTEXCOLOR

VERTEXOUTLINECOLOR

Color VERTEXOUTLINECOLOR

VERTEXTEXTCOLOR

Color VERTEXTEXTCOLOR

FOCUSVERTEXCOLOR

Color FOCUSVERTEXCOLOR

ALTERNATEVERTEXCOLOR

Color ALTERNATEVERTEXCOLOR

EDGECOLOR

Color EDGECOLOR

FOCUSEDGECOLOR

Color FOCUSEDGECOLOR

MSTEDGECOLOR

Color MSTEDGECOLOR

TEXTCOLOR

Color TEXTCOLOR

TEXTBGCOLOR

Color TEXTBGCOLOR

EDGE_CLICK_PRECISION

int EDGE_CLICK_PRECISION

doubleBuffer_

Image doubleBuffer_

screen_

Graphics screen_

from_

CS16Vertex from_

to_

VizVertex to_

focus_

CS16Vertex focus_

alternate_

CS16Vertex alternate_

focusEdge_

CS16Edge focusEdge_

alternateEdge_

CS16Edge alternateEdge_

fromEdge_

CS16Edge fromEdge_

vertices_

Vector<E> vertices_

graph_

AdjacencyMatrixGraph graph_

kforest_

MinSpanForest kforest_

pforest_

MinSpanForest pforest_

nextChar_

int nextChar_

overNode_

boolean overNode_

newPoint_

boolean newPoint_

overEdge_

boolean overEdge_

viz_

GraphViz viz_

Class support.graph.GraphException extends RuntimeException implements Serializable

Class support.graph.GraphViz extends JFrame implements Serializable

Serialized Fields

gc_

GraphCanvas gc_

areAdjacent_

JButton areAdjacent_

aVertex_

JButton aVertex_

connectingEdge_

JButton connectingEdge_

edges_

JButton edges_

endVertices_

JButton endVertices_

incidentEdges_

JButton incidentEdges_

opposite_

JButton opposite_

vertices_

JButton vertices_

clear_

JButton clear_

kmsf_

JButton kmsf_

pmsf_

JButton pmsf_

sb_

JButton sb_

quit_

JButton quit_

output_

JTextArea output_

gcn_

String gcn_

fcn_

String fcn_

_rows

int _rows

_scrollbar

JScrollBar _scrollbar

Class support.graph.InvalidEdgeException extends GraphException implements Serializable

Class support.graph.InvalidVertexException extends GraphException implements Serializable

Class support.graph.NoSuchEdgeException extends GraphException implements Serializable

Class support.graph.NoSuchVertexException extends GraphException implements Serializable