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>

Variable Index

 o _bgcolor
 o _edgecolor
 o _nodecolors
 o _textcolor
 o _textfont
 o MULTI_CIRCLE
 o ONE_CIRCLE

Constructor Index

 o PartitionGraphViewer(WeightedGraph[], int, int, Observer, int)

Method Index

 o actionPerformed(ActionEvent)

Variables

 o _nodecolors
 public static Color _nodecolors[]
 o _edgecolor
 public static Color _edgecolor
 o _textcolor
 public static Color _textcolor
 o _bgcolor
 public static Color _bgcolor
 o _textfont
 public static Font _textfont
 o MULTI_CIRCLE
 public static final int MULTI_CIRCLE
 o ONE_CIRCLE
 public static final int ONE_CIRCLE

Constructors

 o PartitionGraphViewer
 public PartitionGraphViewer(WeightedGraph partition[],
                             int w,
                             int h,
                             Observer callback,
                             int vizstyle)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index