Uses of Record Class
ffx.numerics.clustering.visualization.VCoord
Packages that use VCoord
Package
Description
Visualization components for clustering results, including Swing-based classes
to render dendrograms and related views of hierarchical clusters.
-
Uses of VCoord in ffx.numerics.clustering.visualization
Methods in ffx.numerics.clustering.visualization that return VCoordModifier and TypeMethodDescriptionClusterComponent.getInitPoint()Gets the virtual coordinate at which this node is drawn.ClusterComponent.getLinkPoint()Gets the virtual coordinate where this node connects to its parent.Methods in ffx.numerics.clustering.visualization with parameters of type VCoordModifier and TypeMethodDescriptionvoidClusterComponent.setInitPoint(VCoord initPoint) Sets the virtual coordinate at which this node is drawn.voidClusterComponent.setLinkPoint(VCoord linkPoint) Sets the virtual coordinate where this node connects to its parent.Constructors in ffx.numerics.clustering.visualization with parameters of type VCoordModifierConstructorDescriptionClusterComponent(Cluster cluster, boolean printName, VCoord initPoint) Constructs a visual node component for a Cluster.