Uses of Class
edu.umd.cs.piccolo.util.PPickPath

Packages that use PPickPath
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.piccolo.event This package supports Piccolo event handlers. 
edu.umd.cs.piccolo.util This package defines several utility classes that are likely to be useful for Piccolo applications. 
edu.umd.cs.piccolox.handles   
edu.umd.cs.piccolox.nodes   
edu.umd.cs.piccolox.swt   
edu.umd.cs.piccolox.util   
 

Uses of PPickPath in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo that return PPickPath
 PPickPath PInputManager.getMouseFocus()
          Return the node that currently has the mouse focus.
 PPickPath PInputManager.getMouseOver()
          Return the node the the mouse is currently over.
 PPickPath 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 PPickPath
 boolean PNode.fullPick(PPickPath pickPath)
          Try to pick this node and all of its descendents.
protected  boolean PNode.pick(PPickPath pickPath)
          Try to pick this node before its children have had a chance to be picked.
protected  boolean PCamera.pickAfterChildren(PPickPath pickPath)
          After the direct children of the camera have been given a chance to be picked objects viewed by the camera are given a chance to be picked.
protected  boolean PNode.pickAfterChildren(PPickPath pickPath)
          Try to pick this node after its children have had a chance to be picked.
protected  boolean PCamera.pickCameraView(PPickPath pickPath)
          Pick all the layers that the camera is looking at, this method is only called when the cameras view transform and clip are applied to the pickPath.
 void PInputManager.setMouseFocus(PPickPath path)
           
 void PInputManager.setMouseOver(PPickPath path)
           
 

Uses of PPickPath in edu.umd.cs.piccolo.event
 

Methods in edu.umd.cs.piccolo.event that return PPickPath
 PPickPath PInputEvent.getPath()
          Return the PPickPath associated with this input event.
 

Methods in edu.umd.cs.piccolo.event with parameters of type PPickPath
 void PInputEvent.setPath(PPickPath path)
           
 

Uses of PPickPath in edu.umd.cs.piccolo.util
 

Fields in edu.umd.cs.piccolo.util declared as PPickPath
static PPickPath PPickPath.CURRENT_PICK_PATH
           
 

Uses of PPickPath in edu.umd.cs.piccolox.handles
 

Methods in edu.umd.cs.piccolox.handles with parameters of type PPickPath
 boolean PStickyHandleManager.pickAfterChildren(PPickPath pickPath)
           
 

Uses of PPickPath in edu.umd.cs.piccolox.nodes
 

Methods in edu.umd.cs.piccolox.nodes with parameters of type PPickPath
 boolean PComposite.fullPick(PPickPath pickPath)
          Return true if this node or any pickable descendends are picked.
 boolean PClip.fullPick(PPickPath pickPath)
           
protected  boolean PNodeCache.pickAfterChildren(PPickPath pickPath)
           
 

Uses of PPickPath in edu.umd.cs.piccolox.swt
 

Methods in edu.umd.cs.piccolox.swt with parameters of type PPickPath
 boolean PSWTStickyHandleManager.pickAfterChildren(PPickPath pickPath)
           
 

Uses of PPickPath in edu.umd.cs.piccolox.util
 

Methods in edu.umd.cs.piccolox.util with parameters of type PPickPath
 void POcclusionDetection.detectOcclusions(PNode n, PPickPath pickPath)
           
 



Copyright © 2005 by University of Maryland, College Park, MD 20742, USA All rights reserved.