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

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

Uses of PBounds in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo that return PBounds
 PBounds PNode.getBounds()
          Return a copy of this node's bounds.
 PBounds PNode.getBoundsReference()
          Return a direct reference to this node's bounds.
 PBounds PNode.getGlobalBounds()
          Return a copy of the bounds of this node in the global coordinate system.
 PBounds PNode.getFullBounds()
          Return a copy of this node's full bounds.
 PBounds PNode.getFullBoundsReference()
          Return a reference to this node's full bounds cache.
 PBounds PNode.computeFullBounds(PBounds dstBounds)
          Compute and return the full bounds of this node.
 PBounds PNode.getUnionOfChildrenBounds(PBounds dstBounds)
          Compute and return the union of the full bounds of all the children of this node.
 PBounds PNode.getGlobalFullBounds()
          Return a copy of the full bounds of this node in the global coordinate system.
 PBounds PCamera.getUnionOfLayerFullBounds()
          Return the total bounds of all the layers that this camera looks at.
 PBounds PCamera.getViewBounds()
          Return the bounds of this camera in the view coordinate system.
 

Methods in edu.umd.cs.piccolo with parameters of type PBounds
 void PLayer.repaintFrom(PBounds localBounds, PNode childOrThis)
          Override repaints and forward them to the cameras that are viewing this layer.
protected  void PLayer.notifyCameras(PBounds parentBounds)
           
 void PComponent.repaint(PBounds bounds)
           
 PBounds PNode.computeFullBounds(PBounds dstBounds)
          Compute and return the full bounds of this node.
 PBounds PNode.getUnionOfChildrenBounds(PBounds dstBounds)
          Compute and return the union of the full bounds of all the children of this node.
 void PNode.repaintFrom(PBounds localBounds, PNode childOrThis)
          Pass the given repaint request up the tree, so that any cameras can invalidate that region on their associated canvas.
 void PCamera.repaintFrom(PBounds localBounds, PNode descendentOrThis)
          Repaint this camera, and forward the repaint request to the camera's canvas if it is not null.
 void PCamera.repaintFromLayer(PBounds viewBounds, PNode repaintedLayer)
          Repaint from one of the cameras layers.
 void PCanvas.repaint(PBounds bounds)
           
 

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

Methods in edu.umd.cs.piccolo.util that return PBounds
 PBounds PPickPath.getPickBounds()
           
 PBounds PBounds.reset()
           
 PBounds PBounds.resetToZero()
           
 PBounds PBounds.setOrigin(double x, double y)
           
 PBounds PBounds.moveBy(double dx, double dy)
           
 PBounds PBounds.inset(double dx, double dy)
           
 

Methods in edu.umd.cs.piccolo.util with parameters of type PBounds
 void PBounds.setRect(PBounds b)
           
 void PBounds.add(PBounds r)
           
 

Constructors in edu.umd.cs.piccolo.util with parameters of type PBounds
PPickPath(PCamera aCamera, PBounds aScreenPickBounds)
           
PBounds(PBounds aBounds)
           
 

Uses of PBounds in edu.umd.cs.piccolox.event
 

Methods in edu.umd.cs.piccolox.event that return PBounds
protected  PBounds PSelectionEventHandler.getMarqueeBounds()
           
 

Methods in edu.umd.cs.piccolox.event with parameters of type PBounds
protected  PNodeFilter PSelectionEventHandler.createNodeFilter(PBounds bounds)
           
 

Constructors in edu.umd.cs.piccolox.event with parameters of type PBounds
PSelectionEventHandler.BoundsFilter(PBounds bounds)
           
 

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

Methods in edu.umd.cs.piccolox.handles that return PBounds
 PBounds PStickyHandleManager.getBoundsReference()
           
 

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

Methods in edu.umd.cs.piccolox.nodes that return PBounds
 PBounds PClip.computeFullBounds(PBounds dstBounds)
           
 

Methods in edu.umd.cs.piccolox.nodes with parameters of type PBounds
 void PNodeCache.repaintFrom(PBounds localBounds, PNode childOrThis)
           
 PBounds PClip.computeFullBounds(PBounds dstBounds)
           
 void PClip.repaintFrom(PBounds localBounds, PNode childOrThis)
           
 

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

Methods in edu.umd.cs.piccolox.swt with parameters of type PBounds
 void PSWTCanvas.repaint(PBounds bounds)
           
 

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

Methods in edu.umd.cs.piccolox.util with parameters of type PBounds
 void POcclusionDetection.detectOccusions(PNode n, PBounds parentBounds)
          Traverse from the bottom right of the scene graph (top visible node) up the tree determining which parent nodes are occluded by their children nodes.
 



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