Uses of Interface
com.bc.ceres.grender.Rendering
Packages that use Rendering
Package
Description
The graphical layer API is used to render multi-layer images/displays from various sources.
Various support classes for the
com.bc.ceres.glayer
API.Swing user interface support for the
com.bc.ceres.glayer
API.Adds multi-resolution / image pyramid capabilities to JAI.
Various support classes for the
com.bc.ceres.glevel
API.Support implementations for the
com.bc.ceres.grender
API.Provides frequently used
LayerType
implementations.-
Uses of Rendering in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer with parameters of type RenderingModifier and TypeMethodDescriptionfinal void
Renders the layer.final 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 RenderingModifier and TypeMethodDescriptionprotected 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 RenderingModifier and TypeMethodDescriptionvoid
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 RenderingModifier and TypeMethodDescriptionvoid
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 RenderingModifier and TypeMethodDescriptionvoid
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.grenderModifier and TypeInterfaceDescriptioninterface
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 RenderingModifier and TypeClassDescriptionclass
A rendering which uses a buffered image as drawing surface.class
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 RenderingModifier and TypeMethodDescriptionfinal void
final void
void
void
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
Draws thesymbol
and other items that are used to graphically represent the figure, for example labels.protected void
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 RenderingModifier and TypeMethodDescriptionvoid
void
Callsvoid
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