Serialized Form


Package support.graph

Class support.graph.GraphCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

BGCOLOR

java.awt.Color BGCOLOR

BGOUTLINECOLOR

java.awt.Color BGOUTLINECOLOR

VERTEXCOLOR

java.awt.Color VERTEXCOLOR

VERTEXOUTLINECOLOR

java.awt.Color VERTEXOUTLINECOLOR

VERTEXTEXTCOLOR

java.awt.Color VERTEXTEXTCOLOR

FOCUSVERTEXCOLOR

java.awt.Color FOCUSVERTEXCOLOR

ALTERNATEVERTEXCOLOR

java.awt.Color ALTERNATEVERTEXCOLOR

EDGECOLOR

java.awt.Color EDGECOLOR

FOCUSEDGECOLOR

java.awt.Color FOCUSEDGECOLOR

MSTEDGECOLOR

java.awt.Color MSTEDGECOLOR

MSTEDGEWIDTH

int MSTEDGEWIDTH

TEXTCOLOR

java.awt.Color TEXTCOLOR

TEXTBGCOLOR

java.awt.Color TEXTBGCOLOR

EDGE_CLICK_PRECISION

int EDGE_CLICK_PRECISION

doubleBuffer_

java.awt.Image doubleBuffer_

screen_

java.awt.Graphics screen_

from_

CS16Vertex from_

to_

VizVertex to_

focus_

CS16Vertex focus_

alternate_

CS16Vertex alternate_

focusEdge_

CS16Edge focusEdge_

alternateEdge_

CS16Edge alternateEdge_

fromEdge_

CS16Edge fromEdge_

vertices_

java.util.Vector<E> vertices_

graph_

AdjacencyMatrixGraph graph_

kforest_

MinSpanForest kforest_

pforest_

MinSpanForest pforest_

nextVertName

char[] nextVertName

overNode_

boolean overNode_

newPoint_

boolean newPoint_

overEdge_

boolean overEdge_

viz_

GraphViz viz_

currMST

java.util.HashMap<K,V> currMST

allMSTs

java.util.Vector<E> allMSTs

currCloud

java.util.HashMap<K,V> currCloud

allClouds

java.util.Vector<E> allClouds

Class support.graph.GraphException extends java.lang.RuntimeException implements Serializable

Class support.graph.GraphViz extends javax.swing.JFrame implements Serializable

Serialized Fields

gc_

GraphCanvas gc_

areAdjacent_

javax.swing.JButton areAdjacent_

aVertex_

javax.swing.JButton aVertex_

connectingEdge_

javax.swing.JButton connectingEdge_

edges_

javax.swing.JButton edges_

endVertices_

javax.swing.JButton endVertices_

incidentEdges_

javax.swing.JButton incidentEdges_

opposite_

javax.swing.JButton opposite_

vertices_

javax.swing.JButton vertices_

clear_

javax.swing.JButton clear_

kmsf_

javax.swing.JButton kmsf_

pmsf_

javax.swing.JButton pmsf_

sb_

javax.swing.JButton sb_

quit_

javax.swing.JButton quit_

output_

javax.swing.JTextArea output_

gcn_

java.lang.String gcn_

fcn_

java.lang.String fcn_

_rows

int _rows

_scrollbar

javax.swing.JScrollBar _scrollbar

rlabel

javax.swing.JLabel rlabel

generalEdgeWeightZoneLabelThingie

javax.swing.JLabel generalEdgeWeightZoneLabelThingie

random

javax.swing.JRadioButton random

distance

javax.swing.JRadioButton distance

custom

javax.swing.JRadioButton custom

box

javax.swing.JTextField box

MSTslider

javax.swing.JSlider MSTslider

sliderRow

java.awt.Component sliderRow

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