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 Summary
Nested Classes Modifier and Type Class Description static class
CollectionLayer.Type
-
Constructor Summary
Constructors Constructor Description CollectionLayer()
CollectionLayer(CollectionLayer.Type type, PropertySet configuration, String name)
CollectionLayer(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCollectionLayer()
-
Methods inherited from class com.bc.ceres.glayer.Layer
addListener, 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.ExtensibleObject
getExtension
-
-
-
-
Constructor Detail
-
CollectionLayer
public CollectionLayer()
-
CollectionLayer
public CollectionLayer(String name)
-
CollectionLayer
public CollectionLayer(CollectionLayer.Type type, PropertySet configuration, String name)
-
-
Method Detail
-
isCollectionLayer
public boolean isCollectionLayer()
- Overrides:
isCollectionLayer
in classLayer
- Returns:
- true, if this layer is a collection of other layers.
-
-