|
||||||||||
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.piccolo.examples | |
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)
Return the layer at the specified position in the list of layers viewed by this camera. |
PLayer |
PCamera.removeLayer(int index)
Removes the element at the specified position from the list of layers viewed by this camera. |
PLayer |
PCamera.removeLayer(PLayer layer)
Removes the first occurrence of the specified layer from the list of layers viewed by this camera, if it is present. |
Methods in edu.umd.cs.piccolo with parameters of type PLayer | |
---|---|
void |
PCamera.addLayer(int index,
PLayer layer)
Inserts the specified layer at the specified position in the list of layers viewed by this camera. |
void |
PCamera.addLayer(PLayer layer)
Inserts the specified layer at the end of the list of layers viewed by this camera. |
int |
PCamera.indexOfLayer(PLayer layer)
Return the index of the first occurrence of the specified layer in the list of layers viewed by this camera, or -1 if the list of layers
viewed by this camera does not contain the specified layer. |
PLayer |
PCamera.removeLayer(PLayer layer)
Removes the first occurrence of the specified layer from the list of layers viewed by this camera, if it is present. |
void |
PCamera.repaintFromLayer(PBounds viewBounds,
PLayer repaintedLayer)
Repaint from one of the camera's layers. |
Uses of PLayer in edu.umd.cs.piccolo.examples |
---|
Fields in edu.umd.cs.piccolo.examples declared as PLayer | |
---|---|
(package private) PLayer |
ChartLabelExample.colBarLayer
|
(package private) PLayer |
ChartLabelExample.rowBarLayer
|
Methods in edu.umd.cs.piccolo.examples with parameters of type PLayer | |
---|---|
void |
BirdsEyeViewExample.BirdsEyeView.addLayer(PLayer new_layer)
Add a layer to list of viewed layers |
void |
BirdsEyeViewExample.BirdsEyeView.connect(PCanvas canvas,
PLayer[] viewed_layers)
|
void |
BirdsEyeViewExample.BirdsEyeView.removeLayer(PLayer old_layer)
Remove the layer from the viewed layers |
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)
Adds the layer to the camera. |
void |
PLens.removeLayer(PLayer layer)
Removes the provided layer from the camera. |
Constructors in edu.umd.cs.piccolox.nodes with parameters of type PLayer | |
---|---|
PLens(PLayer layer)
Creates the default PLens and attaches the given layer to it. |
Uses of PLayer in edu.umd.cs.piccolox.swt |
---|
Methods in edu.umd.cs.piccolox.swt that return PLayer | |
---|---|
PLayer |
PSWTCanvas.getLayer()
Helper method to return the first layer attached to the camera of this canvas. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |