Serialized Form


Package ccvisu

Class ccvisu.CCVisuGUI extends java.awt.Frame implements Serializable

serialVersionUID: 200604191040L

Serialized Fields

inFormat

java.awt.Choice inFormat
a choice for the input format


outFormat

java.awt.Choice outFormat
a choice for the output format


inFile

java.awt.TextField inFile
textfield to enter the input file


outFile

java.awt.TextField outFile
textfield to enter the output file (when needed)


loadInFile

java.awt.Button loadInFile

saveOutFile

java.awt.Button saveOutFile

exec

java.awt.Button exec
validate choices and execute


MinimizerOptions

java.awt.Panel MinimizerOptions

DISPOptions

java.awt.Panel DISPOptions

CVSOptions

java.awt.Panel CVSOptions

dim

java.awt.Choice dim

iter

java.awt.TextField iter

initLayout

java.awt.TextField initLayout

attrExp

java.awt.TextField attrExp

repuExp

java.awt.TextField repuExp

grav

java.awt.TextField grav

noWeight

java.awt.Checkbox noWeight

vertRepu

java.awt.Choice vertRepu

loadInitLayout

java.awt.Button loadInitLayout

hideSource

java.awt.Checkbox hideSource

blackCircle

java.awt.Checkbox blackCircle

anim

java.awt.Checkbox anim

minVert

java.awt.TextField minVert

fontSize

java.awt.TextField fontSize

scale

java.awt.TextField scale

annot

java.awt.Choice annot

backColor

java.awt.Choice backColor

timeWindow

java.awt.TextField timeWindow

layFilter

java.io.FilenameFilter layFilter

CVSFilter

java.io.FilenameFilter CVSFilter

svgFilter

java.io.FilenameFilter svgFilter

vrmlFilter

java.io.FilenameFilter vrmlFilter

rsfFilter

java.io.FilenameFilter rsfFilter

Class ccvisu.ClusterManager extends java.awt.Dialog implements Serializable

serialVersionUID: 5669096380733602612L

Serialized Fields

lst

java.awt.List lst
what display the cluster's names


color

java.awt.Choice color
to choose the color to display


visible

java.awt.Checkbox visible
to choose if the cluster should be diplayed


defaultVisible

java.awt.Checkbox defaultVisible
to choose if the default cluster should be diplayed


infoVisible

java.awt.Checkbox infoVisible
to choose if the cluster's info should be diplayed


showLabel

java.awt.Button showLabel
to choose if the cluster's nodes should be diplayed


hideLabel

java.awt.Button hideLabel
to choose if the cluster's nodes should be hidden


numberOfNode

java.awt.Label numberOfNode
display informations


radius

java.awt.Label radius
display informations


save

java.awt.Button save
save clusters


load

java.awt.Button load
load clusters


newCluster

java.awt.Button newCluster
to add a new cluster


editCluster

java.awt.Button editCluster
to edit a cluster


removeCluster

java.awt.Button removeCluster
to remove a cluster


up

java.awt.Button up
to change the position of a cluster in the rendering order


down

java.awt.Button down
to change the position of a cluster in the rendering order


diag

java.awt.Dialog diag

diag2

java.awt.Dialog diag2

curClt

Cluster curClt
cluster curently edited


txt

java.awt.TextField txt

cltNodes

java.awt.List cltNodes

allNodes

java.awt.List allNodes

mode

java.awt.Choice mode

mode2

java.awt.Choice mode2

parent

WriterDataGraphicsDISP parent
where the clusters are stocked


display

ScreenDisplay display
notify when significant changes are done

Class ccvisu.GraphEvent extends java.util.EventObject implements Serializable

serialVersionUID: 200604171207L

Class ccvisu.ScreenDisplay extends java.awt.Frame implements Serializable

serialVersionUID: 200510192213L

Serialized Fields

canvas

ScreenDisplay.MyCanvas canvas
Canvas for graphics.


clusters

ClusterManager clusters
part in charge of managing the clusters


vertexNameDialog

java.awt.Dialog vertexNameDialog

edgesCheck

java.awt.Checkbox edgesCheck