|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | This package contains additional nodes that may be useful for Piccolo applications. |
edu.umd.cs.piccolox.swt | This package provides a SWT implementation of the core Piccolo library. |
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)
|
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)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |