public class BackgroundLayer extends Layer
Color.| Modifier and Type | Class and Description |
|---|---|
static class |
BackgroundLayer.Type |
| Constructor and Description |
|---|
BackgroundLayer(BackgroundLayer.Type type,
PropertySet configuration) |
BackgroundLayer(Color color) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
renderLayer(Rendering rendering)
Renders the 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, isCollectionLayer, isVisible, regenerate, removeListener, render, render, renderChildren, setComposite, setId, setName, setSwipePercent, setTransparency, setVisible, toStringgetExtensionpublic BackgroundLayer(Color color)
public BackgroundLayer(BackgroundLayer.Type type, PropertySet configuration)
protected void renderLayer(Rendering rendering)
LayerLayer.render(com.bc.ceres.grender.Rendering).
The default implementation does nothing.renderLayer in class Layerrendering - The rendering to which the layer will be rendered.Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.