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   
edu.umd.cs.piccolox.swt   
 

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.getDelta()
          Return the delta between the last and current mouse positions transformed through the view transform of the bottom camera.
 PDimension PInputEvent.getDeltaRelativeTo(PNode nodeOnPath)
          Return the delta between the last and current mouse positions relative to a given node on the pick path.
 

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 PBoundsHandle.dragHandle(PDimension aLocalDimension, PInputEvent aEvent)
           
 void PHandle.dragHandle(PDimension aLocalDimension, PInputEvent aEvent)
          Override this method to get notified as the handle is dragged.
 

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

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



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