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 TypeMethodDescriptionvoid
Finds a leaf node with the same (x, y) coordinates as the target point, or null if no point exists.void
void
void
void
void
QuadTree.setRootNode
(QNode<T> root) void
void
void
Traverses 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