Uses of Interface
com.bc.ceres.grender.Rendering
-
Packages that use Rendering 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 thecom.bc.ceres.glayer
API.com.bc.ceres.glayer.swing Swing user interface support for thecom.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 thecom.bc.ceres.glevel
API.com.bc.ceres.grender com.bc.ceres.grender.support Support implementations for thecom.bc.ceres.grender
API.com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support org.esa.snap.core.layer Provides frequently usedLayerType
implementations. -
-
Uses of Rendering in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer with parameters of type Rendering Modifier and Type Method 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. -
Uses of Rendering in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support with parameters of type Rendering Modifier and Type Method Description protected void
BackgroundLayer. renderLayer(Rendering rendering)
protected void
ImageLayer. renderLayer(Rendering rendering)
protected void
ShapeLayer. renderLayer(Rendering rendering)
-
Uses of Rendering in com.bc.ceres.glayer.swing
Methods in com.bc.ceres.glayer.swing with parameters of type Rendering Modifier and Type Method Description void
LayerCanvas.Overlay. paintOverlay(LayerCanvas canvas, Rendering rendering)
-
Uses of Rendering in com.bc.ceres.glevel
Methods in com.bc.ceres.glevel with parameters of type Rendering Modifier and Type Method Description void
MultiLevelRenderer. renderImage(Rendering rendering, MultiLevelSource multiLevelSource, int level)
Renders the image provided by the givenMultiLevelSource
at the specified resolution level onto aRendering
. -
Uses of Rendering in com.bc.ceres.glevel.support
Methods in com.bc.ceres.glevel.support with parameters of type Rendering Modifier and Type Method Description void
ConcurrentMultiLevelRenderer. renderImage(Rendering rendering, MultiLevelSource multiLevelSource, int currentLevel)
void
DefaultMultiLevelRenderer. renderImage(Rendering rendering, MultiLevelSource multiLevelSource, int level)
-
Uses of Rendering in com.bc.ceres.grender
Subinterfaces of Rendering in com.bc.ceres.grender Modifier and Type Interface Description interface
InteractiveRendering
An interactive rendering is used to render graphical data representations on a GUI widget, allowing for rendering of invalidated regions. -
Uses of Rendering in com.bc.ceres.grender.support
Classes in com.bc.ceres.grender.support that implement Rendering Modifier and Type Class Description class
BufferedImageRendering
A rendering which uses a buffered image as drawing surface.class
DefaultRendering
A default implementation of theRendering
interface. -
Uses of Rendering in com.bc.ceres.swing.figure
Methods in com.bc.ceres.swing.figure with parameters of type Rendering Modifier and Type Method Description void
AbstractHandle. draw(Rendering rendering)
void
AbstractPointFigure. draw(Rendering rendering)
void
AbstractShapeFigure. draw(Rendering rendering)
void
Figure. draw(Rendering rendering)
Draws this figure using the given rendering.void
Symbol. draw(Rendering rendering, FigureStyle style)
Draws the symbol on the given rendering using the given style.protected void
AbstractPointFigure. drawPoint(Rendering rendering)
Draws thesymbol
and other items that are used to graphically represent the figure, for example labels.protected void
AbstractShapeFigure. drawShape(Rendering rendering)
Draws theshape
and other items that are used to graphically represent the figure, for example labels. -
Uses of Rendering in com.bc.ceres.swing.figure.support
Methods in com.bc.ceres.swing.figure.support with parameters of type Rendering Modifier and Type Method Description void
DefaultFigureCollection. draw(Rendering rendering)
void
DefaultFigureEditor. draw(Rendering rendering)
Callsvoid
DefaultFigureSelection. draw(Rendering rendering)
void
ImageSymbol. draw(Rendering rendering, FigureStyle style)
void
NamedSymbol. draw(Rendering rendering, FigureStyle style)
void
PointSymbol. draw(Rendering rendering, FigureStyle style)
void
ShapeSymbol. draw(Rendering rendering, FigureStyle style)
void
DefaultFigureEditor. drawFigureCollection(Rendering rendering)
void
DefaultFigureEditor. drawFigureSelection(Rendering rendering)
void
DefaultFigureEditor. drawSelectionRectangle(Rendering rendering)
-
Uses of Rendering in org.esa.snap.core.layer
Methods in org.esa.snap.core.layer with parameters of type Rendering Modifier and Type Method Description void
GraticuleLayer. renderLayer(Rendering rendering)
-