Jazz API Documentation

Uses of Class
edu.umd.cs.jazz.ZLayerGroup

Packages that use ZLayerGroup
edu.umd.cs.jazz This is the root package for all Jazz classes. 
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.
 

Methods in edu.umd.cs.jazz with parameters of type ZLayerGroup
 void ZLayerGroup.duplicateObject(ZLayerGroup refNode)
          Copies all object information from the reference object into the current object.
 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)
           
 void ZCanvas.setLayer(ZLayerGroup aLayer)
          Sets the layer.
 

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