Uses of Class
edu.umd.cs.piccolo.PCamera

Packages that use PCamera
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.event   
edu.umd.cs.piccolox.handles   
edu.umd.cs.piccolox.nodes   
edu.umd.cs.piccolox.swing   
edu.umd.cs.piccolox.swt   
 

Uses of PCamera in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo that return PCamera
 PCamera PLayer.getCamera(int index)
          Get the camera in this layer's camera list at the specified index.
 PCamera PLayer.removeCamera(PCamera camera)
          Remove the camera from this layer's camera list.
 PCamera PLayer.removeCamera(int index)
          Remove the camera at the given index from this layer's camera list.
 PCamera PCanvas.getCamera()
          Return the camera associated with this canvas.
 

Methods in edu.umd.cs.piccolo with parameters of type PCamera
 void PLayer.addCamera(PCamera camera)
          Add a camera to this layer's camera list.
 void PLayer.addCamera(int index, PCamera camera)
          Add a camera to this layer's camera list at the specified index.
 PCamera PLayer.removeCamera(PCamera camera)
          Remove the camera from this layer's camera list.
 void PInputManager.processEventFromCamera(java.awt.event.InputEvent event, int type, PCamera camera)
           
 void PCanvas.setCamera(PCamera newCamera)
          Set the camera associated with this canvas.
 

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

Methods in edu.umd.cs.piccolo.event that return PCamera
 PCamera PInputEvent.getCamera()
          Return the bottom most camera that is currently painting.
 PCamera PInputEvent.getTopCamera()
          Return the topmost camera this is painting.
 

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

Methods in edu.umd.cs.piccolo.util that return PCamera
 PCamera PPickPath.getTopCamera()
          Get the top camera on the pick path.
 PCamera PPickPath.getBottomCamera()
          Get the bottom camera on the pick path.
static PCamera PUtil.createBasicScenegraph()
           
 PCamera PPaintContext.getCamera()
           
 

Methods in edu.umd.cs.piccolo.util with parameters of type PCamera
 void PPaintContext.pushCamera(PCamera aCamera)
           
 void PPaintContext.popCamera(PCamera aCamera)
           
 

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

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

Methods in edu.umd.cs.piccolox.event with parameters of type PCamera
protected  PActivity PNavigationEventHandler.animateCameraViewTransformTo(PCamera aCamera, java.awt.geom.AffineTransform aTransform, int duration)
           
 PActivity PNavigationEventHandler.directCameraViewToFocus(PCamera aCamera, PNode aFocusNode, int duration)
           
protected  void PNavigationEventHandler.fillViewWhiteSpace(PCamera aCamera)
           
 

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

Methods in edu.umd.cs.piccolox.handles with parameters of type PCamera
 void PStickyHandleManager.setCameraTarget(PCamera newCamera, PNode newTarget)
           
static void PBoundsHandle.addStickyBoundsHandlesTo(PNode aNode, PCamera camera)
           
 

Constructors in edu.umd.cs.piccolox.handles with parameters of type PCamera
PStickyHandleManager(PCamera newCamera, PNode newTarget)
           
 

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

Methods in edu.umd.cs.piccolox.nodes that return PCamera
 PCamera PLens.getCamera()
           
 

Uses of PCamera in edu.umd.cs.piccolox.swing
 

Fields in edu.umd.cs.piccolox.swing declared as PCamera
protected  PCamera PDefaultScrollDirector.camera
          The canvas' camera
 

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

Methods in edu.umd.cs.piccolox.swt that return PCamera
 PCamera PSWTCanvas.getCamera()
          Return the camera associated with this canvas.
 PCamera PSWTCanvas.createBasicSceneGraph()
           
 

Methods in edu.umd.cs.piccolox.swt with parameters of type PCamera
 void PSWTCanvas.setCamera(PCamera newCamera)
          Set the camera associated with this canvas.
 



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