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. 
 

Uses of PCamera in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo that return PCamera
protected  PCamera PCanvas.createDefaultCamera()
          Creates and returns a basic Scene Graph.
 PCamera POffscreenCanvas.getCamera()
          Return the camera for this offscreen canvas.
 PCamera PCanvas.getCamera()
          Return the camera associated with this canvas.
 PCamera PLayer.getCamera(int index)
          Get the camera in this layer's camera list at the specified index.
 PCamera PLayer.removeCamera(int index)
          Remove the camera at the given index from this layer's camera list.
 PCamera PLayer.removeCamera(PCamera camera)
          Remove the camera from this layer's camera list.
 

Methods in edu.umd.cs.piccolo with parameters of type PCamera
 void PLayer.addCamera(int index, PCamera camera)
          Add a camera to this layer's camera list at the specified index.
 void PLayer.addCamera(PCamera camera)
          Add a camera to this layer's camera list.
 void PInputManager.processEventFromCamera(InputEvent event, int type, PCamera camera)
          Flags the given event as needing to be processed.
 PCamera PLayer.removeCamera(PCamera camera)
          Remove the camera from this layer's camera list.
 void POffscreenCanvas.setCamera(PCamera camera)
          Set the camera for this offscreen canvas to 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
static PCamera PUtil.createBasicScenegraph()
          Creates the simplest possible scene graph.
 PCamera PPickPath.getBottomCamera()
          Get the bottom camera on the pick path.
 PCamera PPaintContext.getCamera()
          Returns the camera at the top of the camera stack, or null if stack is empty.
 PCamera PPickPath.getTopCamera()
          Get the top camera on the pick path.
 

Methods in edu.umd.cs.piccolo.util with parameters of type PCamera
 void PPaintContext.popCamera(PCamera aCamera)
          Deprecated. in favor of popCamera()
 void PPaintContext.pushCamera(PCamera aCamera)
          Pushes the camera onto the camera stack.
 

Constructors in edu.umd.cs.piccolo.util with parameters of type PCamera
PPickPath(PCamera camera, PBounds aScreenPickBounds)
          Creates a pick pack originating from the provided camera and with the given screen pick bounds.
 



Copyright © 1995-2011 Piccolo2D. All Rights Reserved.