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

Packages that use PDimension
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   
 

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

Methods in edu.umd.cs.piccolo.event that return PDimension
 PDimension PInputEvent.getCanvasDelta()
          Return the delta between the last and current mouse position in PCanvas coordinates.
 PDimension PInputEvent.getDeltaRelativeTo(PNode nodeOnPath)
          Return the delta between the last and current mouse positions relative to a given node on the pick path.
 PDimension PInputEvent.getDelta()
          Return the delta between the last and current mouse positions transformed through the view transform of the bottom camera.
 

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

Methods in edu.umd.cs.piccolo.util that return PDimension
 PDimension PBounds.deltaRequiredToCenter(java.awt.geom.Rectangle2D b)
           
 PDimension PBounds.deltaRequiredToContain(java.awt.geom.Rectangle2D b)
           
 

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

Methods in edu.umd.cs.piccolox.handles with parameters of type PDimension
 void PHandle.dragHandle(PDimension aLocalDimension, PInputEvent aEvent)
          Override this method to get notified as the handle is dragged.
 void PBoundsHandle.dragHandle(PDimension aLocalDimension, PInputEvent aEvent)
           
 



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