Uses of Class
edu.umd.cs.piccolo.util.PPickPath
Packages that use PPickPath
Package
Description
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
This package supports Piccolo event handlers.
This package defines several utility classes that are likely
to be useful for Piccolo applications.
-
Uses of PPickPath in edu.umd.cs.piccolo
Methods in edu.umd.cs.piccolo that return PPickPathModifier and TypeMethodDescriptionPInputManager.getMouseFocus()Return the current Pick Path under the mouse focus.PInputManager.getMouseOver()Return the node the the mouse is currently over.PCamera.pick(double x, double y, double halo) Generate and return a PPickPath for the point x,y specified in the local coord system of this camera.Methods in edu.umd.cs.piccolo with parameters of type PPickPathModifier and TypeMethodDescriptionbooleanTry to pick this node and all of its descendants.protected booleanTry to pick this node before its children have had a chance to be picked.protected booleanPCamera.pickAfterChildren(PPickPath pickPath) Try to pick this node after its children have had a chance to be picked.protected booleanPNode.pickAfterChildren(PPickPath pickPath) Try to pick this node after its children have had a chance to be picked.protected booleanPCamera.pickCameraView(PPickPath pickPath) Try to pick all of the layers in the list of layers viewed by this camera.voidPInputManager.setMouseFocus(PPickPath path) Sets the current Pick Path under the mouse focus.voidPInputManager.setMouseOver(PPickPath path) Records the path which is directly below the mouse. -
Uses of PPickPath in edu.umd.cs.piccolo.event
Methods in edu.umd.cs.piccolo.event that return PPickPathModifier and TypeMethodDescriptionPInputEvent.getPath()Return the PPickPath associated with this input event.Methods in edu.umd.cs.piccolo.event with parameters of type PPickPath -
Uses of PPickPath in edu.umd.cs.piccolo.util
Fields in edu.umd.cs.piccolo.util declared as PPickPath