|
Jazz API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZLayerGroup | |
| edu.umd.cs.jazz | Jazz is a general-purpose Java-based engine that supports 2D visualizations. |
| edu.umd.cs.jazz.util | This package defines several utility classes that are likely to be useful for Jazz applications. |
| Uses of ZLayerGroup in edu.umd.cs.jazz |
| Methods in edu.umd.cs.jazz that return ZLayerGroup | |
ZLayerGroup[] |
ZCamera.getLayers()
Returns a copy of the list of layers that this camera looks onto. |
protected ZLayerGroup[] |
ZCamera.getLayersReference()
Internal method to return a reference to the actual layers of this camera. |
| Methods in edu.umd.cs.jazz with parameters of type ZLayerGroup | |
void |
ZCamera.addLayer(ZLayerGroup layer)
Add a portion of the scenegraph that what this camera sees. |
void |
ZCamera.removeLayer(ZLayerGroup layer)
Removes a portion of the scenegrpah from what this camera sees |
void |
ZCamera.replaceLayer(ZLayerGroup original,
ZLayerGroup replacement)
Replaces the specified node out of the list of layers of this camera, and replaces it with the specified node. |
| Constructors in edu.umd.cs.jazz with parameters of type ZLayerGroup | |
ZCamera.ZCamera(ZLayerGroup layer,
ZDrawingSurface aSurface)
Constructs a new ZCamera. |
|
| Uses of ZLayerGroup in edu.umd.cs.jazz.util |
| Methods in edu.umd.cs.jazz.util that return ZLayerGroup | |
ZLayerGroup |
ZCanvas.getLayer()
Return the "layer". |
| Methods in edu.umd.cs.jazz.util with parameters of type ZLayerGroup | |
void |
ZLoadable.setLayer(ZLayerGroup layer)
Set the layer of the scenegraph. |
void |
ZCanvas.setLayer(ZLayerGroup aLayer)
Sets the layer of the scenegraph. |
| Constructors in edu.umd.cs.jazz.util with parameters of type ZLayerGroup | |
ZCanvas.ZCanvas(ZRoot aRoot,
ZLayerGroup layer)
A constructor for a ZCanvas that uses an existing scenegraph. |
|
|
Jazz API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||