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

Packages that use PLayer
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
 

Uses of PLayer in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo that return PLayer
 PLayer PCanvas.getLayer()
          Return layer for this canvas.
 PLayer PCamera.getLayer(int index)
          Returns the layer at the given index.
 PLayer PCamera.removeLayer(int index)
          Remove the layer at the given index from the list of layers managed by this camera.
 PLayer PCamera.removeLayer(PLayer layer)
          Remove the given layer from the list of layers managed by this camera.
 

Methods in edu.umd.cs.piccolo with parameters of type PLayer
 void PCamera.addLayer(int index, PLayer layer)
          Add the layer at the given index in this camera's list of layers.
 void PCamera.addLayer(PLayer layer)
          Add the layer to the end of this camera's list of layers.
 int PCamera.indexOfLayer(PLayer layer)
          Returns the index of the given layer or -1 it not found.
 PLayer PCamera.removeLayer(PLayer layer)
          Remove the given layer from the list of layers managed by this camera.
 void PCamera.repaintFromLayer(PBounds viewBounds, PLayer repaintedLayer)
          Repaint from one of the cameras layers.
 



Copyright © 1995-2011 Piccolo2D. All Rights Reserved.