All Packages Class Hierarchy This Package Previous Next Index
Class harpoon.Analysis.Partition.PartitionGraphViewer
java.lang.Object
|
+----java.util.Observable
|
+----harpoon.Analysis.Partition.PartitionGraphViewer
- public class PartitionGraphViewer
- extends Observable
- implements ActionListener
- Author:
- Mark A. Foltz <mfoltz@ai.mit.edu>
-
_bgcolor
-
-
_edgecolor
-
-
_nodecolors
-
-
_textcolor
-
-
_textfont
-
-
MULTI_CIRCLE
-
-
ONE_CIRCLE
-
-
PartitionGraphViewer(WeightedGraph[], int, int, Observer, int)
-
-
actionPerformed(ActionEvent)
-
_nodecolors
public static Color _nodecolors[]
_edgecolor
public static Color _edgecolor
_textcolor
public static Color _textcolor
_bgcolor
public static Color _bgcolor
_textfont
public static Font _textfont
MULTI_CIRCLE
public static final int MULTI_CIRCLE
ONE_CIRCLE
public static final int ONE_CIRCLE
PartitionGraphViewer
public PartitionGraphViewer(WeightedGraph partition[],
int w,
int h,
Observer callback,
int vizstyle)
actionPerformed
public void actionPerformed(ActionEvent e)
All Packages Class Hierarchy This Package Previous Next Index