Uses of Class
data.Cluster

Packages that use Cluster
data   
 

Uses of Cluster in data
 

Methods in data that return Cluster
 Cluster Cluster.duplicate()
          Returns a duplicated instance of this Cluster for use in an editing Buffer.
 Cluster Design.getCluster()
          Gets the cluster to which the design belongs.
 Cluster ClusterSet.getCluster(int i)
          Gets a cluster by index i.
 Cluster ClusterSet.getCluster(java.lang.String clusterName)
          Gets a cluster by name.
 

Methods in data with parameters of type Cluster
 void Cluster.copySettingsTo(Cluster cluster)
          Copies settings of this Cluster to a given Cluster.
 void ClusterSet.removeClusterFromBuffer(Cluster cluster)
          Removes the specified Cluster from the editing buffer.
 void Design.setCluster(Cluster cluster)
          Sets the cluster.