Uses of Class
ccvisu.Cluster

Uses of Cluster in ccvisu
 

Fields in ccvisu declared as Cluster
private  Cluster ClusterManager.curClt
          cluster curently edited
 

Fields in ccvisu with type parameters of type Cluster
private  java.util.Vector<Cluster> WriterDataGraphicsDISP.clusters
           
 

Methods in ccvisu that return Cluster
 Cluster WriterDataGraphicsDISP.getCluster(int index)
          return the cluster at the specified index
 Cluster WriterDataGraphicsDISP.getCluster(java.lang.String name)
          return the cluster with the specified name
private  Cluster ClusterManager.getClusterFromListIndex(int index)
          return a cluster in function of an integer
 

Methods in ccvisu with parameters of type Cluster
 void WriterDataGraphicsDISP.addCluster(Cluster clt)
          add a new cluster in the list
private  void ClusterManager.editDialog(Cluster clt)
          create a dialog to edit the cluster