|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cluster | |
---|---|
data |
Uses of Cluster in data |
---|
Fields in data declared as Cluster | |
---|---|
private Cluster |
Design.cluster
The cluster to which the design belongs. |
Fields in data with type parameters of type Cluster | |
---|---|
private java.util.Vector<Cluster> |
ClusterSet.clusters
The clusters. |
private java.util.Vector<Cluster> |
ClusterSet.clustersBuffer
A buffer of clusters that is used while the user is editing this ClusterSet. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |