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

Uses of PLayer in edu.umd.cs.piccolo
 

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

Methods in edu.umd.cs.piccolo with parameters of type PLayer
 int PCamera.indexOfLayer(PLayer layer)
           
 void PCamera.addLayer(PLayer layer)
          Add the layer to the end of this camera's list of layers.
 void PCamera.addLayer(int index, PLayer layer)
          Add the layer at the given index in this camera's list of layers.
 PLayer PCamera.removeLayer(PLayer layer)
          Remove the given layer from the list of layers managed by this camera.
 

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

Methods in edu.umd.cs.piccolox.nodes with parameters of type PLayer
 void PLens.addLayer(int index, PLayer layer)
           
 void PLens.removeLayer(PLayer layer)
           
 

Constructors in edu.umd.cs.piccolox.nodes with parameters of type PLayer
PLens(PLayer layer)
           
 

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

Methods in edu.umd.cs.piccolox.swt that return PLayer
 PLayer PSWTCanvas.getLayer()
          Return layer for this canvas.
 



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