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 This package contains handle nodes. 
edu.umd.cs.piccolox.swt This package provides a SWT implementation of the core Piccolo library. 
 

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

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

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



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