Uses of Class
tech.molecules.leet.clustering.ClusterAppModel.Cluster
-
Packages that use ClusterAppModel.Cluster Package Description tech.molecules.leet.clustering tech.molecules.leet.clustering.gui -
-
Uses of ClusterAppModel.Cluster in tech.molecules.leet.clustering
Methods in tech.molecules.leet.clustering that return ClusterAppModel.Cluster Modifier and Type Method Description ClusterAppModel.ClusterClusterAppModel. createCluster(String name, Color color, List<String> ids)ClusterAppModel.ClusterClusterAppModel. getClusterByName(String c)ClusterAppModel.ClusterClusterAppModel.ClusterListModel. getElementAt(int index)Methods in tech.molecules.leet.clustering that return types with arguments of type ClusterAppModel.Cluster Modifier and Type Method Description List<ClusterAppModel.Cluster>ClusterAppModel. getClusters() -
Uses of ClusterAppModel.Cluster in tech.molecules.leet.clustering.gui
Methods in tech.molecules.leet.clustering.gui with parameters of type ClusterAppModel.Cluster Modifier and Type Method Description static org.apache.commons.lang3.tuple.Pair<String,Color>JClusterAndColorConfig. showDialog(Component parent, ClusterAppModel.Cluster cluster)
-