Uses of Class
ffx.numerics.clustering.visualization.ClusterComponent
Packages that use ClusterComponent
Package
Description
Visualization components for clustering results, including Swing-based classes
to render dendrograms and related views of hierarchical clusters.
-
Uses of ClusterComponent in ffx.numerics.clustering.visualization
Methods in ffx.numerics.clustering.visualization that return types with arguments of type ClusterComponentModifier and TypeMethodDescriptionClusterComponent.getChildren()
Returns the child visual components corresponding to child clusters.Method parameters in ffx.numerics.clustering.visualization with type arguments of type ClusterComponentModifier and TypeMethodDescriptionvoid
ClusterComponent.setChildren
(List<ClusterComponent> children) Sets the list of child visual components.