Uses of Class
cz.fidentis.analyst.gui.elements.dendrogram.DrawingNode
Packages that use DrawingNode
-
Uses of DrawingNode in cz.fidentis.analyst.gui.elements.dendrogram
Methods in cz.fidentis.analyst.gui.elements.dendrogram that return DrawingNodeModifier and TypeMethodDescriptionDrawingNode.getLeftNode()
DrawingNode.getParent()
Gets parent of nodeDrawingNode.getRightNode()
Tree.getRootNode()
Methods in cz.fidentis.analyst.gui.elements.dendrogram with parameters of type DrawingNodeConstructors in cz.fidentis.analyst.gui.elements.dendrogram with parameters of type DrawingNodeModifierConstructorDescriptionDrawingNode
(ClusterNode clusterNode, DrawingNode leftNode, DrawingNode rightNode, Point point) ConstructorTree
(ClusterNode a, ClusterNode b, DrawingNode rootNode) Constructor