Uses of Class
VASSAL.tools.qtree.QNode
Packages that use QNode
-
Uses of QNode in VASSAL.tools.qtree
Methods in VASSAL.tools.qtree that return QNodeModifier and TypeMethodDescriptionFinds a leaf node with the same (x, y) coordinates as the target point, or null if no point exists.QNode.getNe()QNode.getNw()QNode.getParent()QuadTree.getRootNode()Returns a reference to the tree's root node.QNode.getSe()QNode.getSw()Methods in VASSAL.tools.qtree with parameters of type QNodeModifier and TypeMethodDescriptionvoidFinds a leaf node with the same (x, y) coordinates as the target point, or null if no point exists.voidvoidvoidvoidvoidQuadTree.setRootNode(QNode<T> root) voidvoidvoidTraverses the tree depth-first, with quadrants being traversed in clockwise order (NE, SE, SW, NW).Constructors in VASSAL.tools.qtree with parameters of type QNode