Package com.bc.ceres.glayer
Class CollectionLayer
- java.lang.Object
- 
- com.bc.ceres.core.ExtensibleObject
- 
- com.bc.ceres.glayer.Layer
- 
- com.bc.ceres.glayer.CollectionLayer
 
 
 
- 
- All Implemented Interfaces:
- Extensible
 - Direct Known Subclasses:
- MaskCollectionLayer
 
 public class CollectionLayer extends Layer A layer which can contain other layers.- Version:
- $revision$ $date$
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCollectionLayer.Type
 - 
Constructor SummaryConstructors Constructor Description CollectionLayer()CollectionLayer(CollectionLayer.Type type, PropertySet configuration, String name)CollectionLayer(String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCollectionLayer()- 
Methods inherited from class com.bc.ceres.glayer.LayeraddListener, dispose, disposeChildren, disposeLayer, fireLayerDataChanged, fireLayerPropertyChanged, fireLayerPropertyChanged, fireLayersAdded, fireLayersRemoved, getChildIndex, getChildren, getChildrenModelBounds, getComposite, getConfiguration, getConfigurationProperty, getId, getLayerModelBounds, getLayerType, getListeners, getModelBounds, getName, getParent, getSwipePercent, getTransparency, isVisible, regenerate, removeListener, render, render, renderChildren, renderLayer, setComposite, setId, setName, setSwipePercent, setTransparency, setVisible, toString
 - 
Methods inherited from class com.bc.ceres.core.ExtensibleObjectgetExtension
 
- 
 
- 
- 
- 
Constructor Detail- 
CollectionLayerpublic CollectionLayer() 
 - 
CollectionLayerpublic CollectionLayer(String name) 
 - 
CollectionLayerpublic CollectionLayer(CollectionLayer.Type type, PropertySet configuration, String name) 
 
- 
 - 
Method Detail- 
isCollectionLayerpublic boolean isCollectionLayer() - Overrides:
- isCollectionLayerin class- Layer
- Returns:
- true, if this layer is a collection of other layers.
 
 
- 
 
-