| Package | Description |
|---|---|
| org.xdat.data | |
| org.xdat.gui.panels |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.copySettingsTo(Cluster cluster)
Copies settings of this Cluster to a given Cluster.
|
void |
ClusterListener.onNameChanged(Cluster source,
java.lang.String newName)
Is called when a cluster's name changes
|
void |
ClusterSet.removeClusterFromBuffer(Cluster cluster)
Removes the specified Cluster from the editing buffer.
|
void |
Design.setCluster(Cluster cluster)
Sets the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JSlider |
ParallelCoordinatesChartSidebarPanel.getClusterAlphaSlider(Cluster cluster)
Getse the alpha slider for a cluster
|