Package | Description |
---|---|
com.bc.ceres.glayer |
The graphical layer API is used to render multi-layer images/displays from various sources.
|
com.bc.ceres.glayer.support |
Various support classes for the
com.bc.ceres.glayer API. |
com.bc.ceres.glayer.swing |
Swing user interface support for the
com.bc.ceres.glayer API. |
com.bc.ceres.glevel |
Adds multi-resolution / image pyramid capabilities to JAI.
|
com.bc.ceres.glevel.support |
Various support classes for the
com.bc.ceres.glevel API. |
com.bc.ceres.grender | |
com.bc.ceres.grender.support |
Support implementations for the
com.bc.ceres.grender API. |
org.esa.snap.core.layer |
Provides frequently used
LayerType implementations. |
Modifier and Type | Method and Description |
---|---|
void |
Layer.render(Rendering rendering)
Renders the layer.
|
void |
Layer.render(Rendering rendering,
LayerFilter filter)
Renders the layer.
|
protected void |
Layer.renderChildren(Rendering rendering,
LayerFilter filter)
Renders the child layers of this layer.
|
protected void |
Layer.renderLayer(Rendering rendering)
Renders the layer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BackgroundLayer.renderLayer(Rendering rendering) |
protected void |
ImageLayer.renderLayer(Rendering rendering) |
protected void |
ShapeLayer.renderLayer(Rendering rendering) |
Modifier and Type | Method and Description |
---|---|
void |
LayerCanvas.Overlay.paintOverlay(LayerCanvas canvas,
Rendering rendering) |
Modifier and Type | Method and Description |
---|---|
void |
MultiLevelRenderer.renderImage(Rendering rendering,
MultiLevelSource multiLevelSource,
int level)
Renders the image provided by the given
MultiLevelSource at
the specified resolution level onto
a Rendering . |
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentMultiLevelRenderer.renderImage(Rendering rendering,
MultiLevelSource multiLevelSource,
int currentLevel) |
void |
DefaultMultiLevelRenderer.renderImage(Rendering rendering,
MultiLevelSource multiLevelSource,
int level) |
Modifier and Type | Interface and Description |
---|---|
interface |
InteractiveRendering
An interactive rendering is used to render graphical data representations on a GUI widget, allowing for
rendering of invalidated regions.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedImageRendering
A rendering which uses a buffered image as drawing surface.
|
class |
DefaultRendering
A default implementation of the
Rendering interface. |
Modifier and Type | Method and Description |
---|---|
void |
GraticuleLayer.renderLayer(Rendering rendering) |
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.