Uses of Class
com.luciad.view.lightspeed.layer.TLspPaintRepresentationState
Packages that use TLspPaintRepresentationState
Package
Description
This package contains a layer builder to visualize NetCDF models.
Painters for OpenFlight models.
This package provides the
TLcyLspDrawingAddOn
.Provides support for real-time hypsometric shading for either the terrain layer of
an
ILspView
or an elevation model.Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides support for OpenGL-based 2D and 3D visualization of data.
Defines a mechanism for snapping between objects that are being edited.
Provides layering support for
ILspView
.Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.Provides layering support for raster layers.
Painter interfaces and implementations for visualizing objects in an
ILspView
.Provides support for the visualization of density plots.
Provides support for painting labels for objects.
Contains style related classes that are used by the label painter.
Provides a painting support for 3D meshes.
Provides support for painting of vector shapes.
Provides support for
querying
the objects of a layer.
This package contains the layer builder for visualizing
ALcdWMSProxy
instances in a Lightspeed view.This package contains a painter that visualizes
ALcdWMSProxy
instances in a Lightspeed view using a tiled approach.-
Uses of TLspPaintRepresentationState in com.luciad.format.netcdf.lightspeed
Methods in com.luciad.format.netcdf.lightspeed with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionTLspNetCDFLayerBuilder.styler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler used to visualize the image. -
Uses of TLspPaintRepresentationState in com.luciad.format.object3d.openflight.lightspeed
Methods in com.luciad.format.object3d.openflight.lightspeed with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescription<T> boolean
TLspOpenFlightPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of TLspPaintRepresentationState in com.luciad.lucy.addons.drawing.lightspeed
Methods in com.luciad.lucy.addons.drawing.lightspeed with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionabstract ILspStyler
ALcyLspDomainObjectSupplier.createShapeStyler
(TLspPaintRepresentationState aPaintRepresentationState) Creates the styler for the domain objects of the associatedALcyDomainObjectSupplier
.TLcyLspSLDDomainObjectSupplier.createShapeStyler
(TLspPaintRepresentationState aPaintRepresentationState) -
Uses of TLspPaintRepresentationState in com.luciad.tea.lightspeed.hypsometry
Methods in com.luciad.tea.lightspeed.hypsometry with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionTLspHypsometricShadingLayerBuilder.styler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler of the hypsometric shading layer. -
Uses of TLspPaintRepresentationState in com.luciad.tea.lightspeed.los.view
Methods in com.luciad.tea.lightspeed.los.view with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescription<T> boolean
TLspLOSCoveragePainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return TLspPaintRepresentationStateModifier and TypeMethodDescriptionILspPaintingOrder.PaintStep.getPaintRepresentationState()
Returns the paint representation state corresponding to this paint step.TLspPaintPass.getPaintRepresentationState()
Gets the paint representation state.Methods in com.luciad.view.lightspeed that return types with arguments of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionTLspPaintingOrder.getPaintRepresentationStateComparator()
Returns the comparator that determines in which order the various visual representations of domain objects are drawn.Methods in com.luciad.view.lightspeed with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionstatic TLspPaintPass
TLspPaintPass.getInstance
(TLspPaintPhase aPaintPhase, TLspPaintRepresentationState aPaintRepresentationState) Retrieves a paint pass that combines the given paint phase and paint representation state.Method parameters in com.luciad.view.lightspeed with type arguments of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionvoid
TLspPaintingOrder.setPaintRepresentationStateComparator
(Comparator<TLspPaintRepresentationState> aPaintRepresentationStateComparator) Sets the comparator that determines in which order the various visual representations of domain objects are drawn.Constructors in com.luciad.view.lightspeed with parameters of type TLspPaintRepresentationStateModifierConstructorDescriptionPaintStep
(ILspLayer aLayer, TLspPaintRepresentationState aPaintRepresentationState) Creates a paint step for the given layer and paint representation state.PaintStep
(ILspLayer aLayer, TLspPaintRepresentationState aPaintRepresentationState, ILcdLayered aLayered, int aIndex) Creates a paint step for the given layer and paint representation state. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.editor.snapping
Methods in com.luciad.view.lightspeed.editor.snapping that return types with arguments of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionTLspPointToPointSnapper.getSupportedStates()
Gets the supported paint representation states used for snapping.Method parameters in com.luciad.view.lightspeed.editor.snapping with type arguments of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionvoid
TLspPointToPointSnapper.setSupportedStates
(List<TLspPaintRepresentationState> aSupportedStates) Sets the supported paint representation states of thisTLspPointToPointSnapper
. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.layer
Fields in com.luciad.view.lightspeed.layer declared as TLspPaintRepresentationStateModifier and TypeFieldDescriptionstatic final TLspPaintRepresentationState
TLspPaintRepresentationState.EDITED_BODY
Identifies the edited body representation of an object.static final TLspPaintRepresentationState
TLspPaintRepresentationState.EDITED_LABEL
Identifies the edited label representation of an object.static final TLspPaintRepresentationState
TLspPaintRepresentationState.REGULAR_BODY
Identifies the regular body or graphical representation of an object.static final TLspPaintRepresentationState
TLspPaintRepresentationState.REGULAR_LABEL
Identifies the regular label or textual representation of an object.static final TLspPaintRepresentationState
TLspPaintRepresentationState.SELECTED_BODY
Identifies the selected body representation of an object.static final TLspPaintRepresentationState
TLspPaintRepresentationState.SELECTED_LABEL
Identifies the selected label representation of an object.Methods in com.luciad.view.lightspeed.layer that return TLspPaintRepresentationStateModifier and TypeMethodDescriptionstatic TLspPaintRepresentationState
TLspPaintRepresentationState.getInstance
(TLspPaintRepresentation aPaintRepresentation, TLspPaintState aPaintState) Combines the given paint representation and paint state.TLspDomainObjectContext.getPaintRepresentationState()
Returns the paint representation state associated with the domain objectTLspLayerPaintStateEvent.getPaintRepresentationState()
Returns the paint representation state affected by the state change that triggered this event.Methods in com.luciad.view.lightspeed.layer with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionvoid
ALspLayer.fireLayerStateChange
(TLspLayerPaintStateEvent.Type aType, TLspPaintRepresentationState aPaintRepresentationState, Object aOldValue, Object aNewValue) Fires a layer state change event with the specified properties.void
TLspLayerStateSupport.fireLayerStateChange
(TLspLayerPaintStateEvent.Type aType, TLspPaintRepresentationState aPaintRepresentationState, Object aOldValue, Object aNewValue) Creates a newTLspLayerStateEvent
with the given properties and dispatches it to all currently registered listeners.ILspStyledLayer.getStyler
(TLspPaintRepresentationState aPaintRepresentationState) Returns the styler that is used for the given paint representation state.TLspLayer.getStyler
(TLspPaintRepresentationState aPaintRepresentationState) Returns the styler of the painter for the given TLspPaintRepresentationState.boolean
ALspLayer.isVisible
(TLspPaintRepresentationState aPaintRepresentationState) boolean
ILspLayer.isVisible
(TLspPaintRepresentationState aPaintRepresentationState) Returns whether the specifiedPaintRepresentationState
is enabled or not.ILspPaintableLayer.paint
(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) Renders the specified paint representation of this layer into a view.TLspLayer.paint
(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) void
ILspEditableStyledLayer.setStyler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler that is used for the given paint representation state.void
TLspLayer.setStyler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler of thepainter
that is currently set for the given TLspPaintRepresentationState.void
ALspLayer.setVisible
(TLspPaintRepresentationState aPaintRepresentationState, boolean aVisible) void
ILspLayer.setVisible
(TLspPaintRepresentationState aPaintRepresentationState, boolean aVisible) Enables or disables the a paint representation state.void
TLspLayer.setVisible
(TLspPaintRepresentationState aPaintRepresentationState, boolean aVisible) Constructors in com.luciad.view.lightspeed.layer with parameters of type TLspPaintRepresentationStateModifierConstructorDescriptionTLspDomainObjectContext
(Object aObject, ILspView aView, ILspInteractivePaintableLayer aLayer, TLspPaintRepresentationState aPRS) Creates a new TLspDomainObjectContext based on the provided object, view, layer and paint representation state.TLspLayerPaintStateEvent
(ILspLayer aLayer, TLspLayerPaintStateEvent.Type aType, TLspPaintRepresentationState aPaintRepresentationState, Object aOldValue, Object aNewValue) Creates a new layer state change event with the given parameters. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.layer.integration.gxy
Methods in com.luciad.view.lightspeed.layer.integration.gxy with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionTLspGXYLayerAdapter.getStyler
(TLspPaintRepresentationState aPaintRepresentationState) Deprecated.Returns null, because LuciadLightspeed styles are not used by the GXY layer adapter.boolean
TLspGXYLayerAdapter.isVisible
(TLspPaintRepresentationState aPaintRepresentationState) Deprecated.TLspGXYLayerAdapter.paint
(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) Deprecated.void
TLspGXYLayerAdapter.setVisible
(TLspPaintRepresentationState aPaintRepresentationState, boolean aVisible) Deprecated. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.layer.raster
Methods in com.luciad.view.lightspeed.layer.raster with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionTLspRasterLayer.getStyler
(TLspPaintRepresentationState aPaintRepresentationState) void
TLspRasterLayer.setStyler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler used to style the rasters contained by this layer.TLspRasterLayerBuilder.styler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler of the raster. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.painter
Methods in com.luciad.view.lightspeed.painter with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescription<T> boolean
ILspPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) Retrieves a set of domain objects and data based on the parameters given by the query. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.painter.density
Methods in com.luciad.view.lightspeed.painter.density with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescription<T> boolean
TLspDensityPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) Deprecated. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.painter.label
Methods in com.luciad.view.lightspeed.painter.label with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionILspLabelPainter.getLabelIDs
(Object aObject, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) Enumerates all the desired labels associated with a domain object.TLspLabelPainter.getLabelIDs
(Object aObject, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) <T> boolean
TLspLabelPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.painter.label.style
Constructors in com.luciad.view.lightspeed.painter.label.style with parameters of type TLspPaintRepresentationStateModifierConstructorDescriptionprotected
ALspSwingLabelStyler
(ALspInteractiveLabelProvider aInteractiveLabelProvider, TLspPaintRepresentationState aPaintRepresentationState, boolean aInvalidateOnModelChangeEvent) Creates a newALspSwingLabelStyler
that can be used for interactive labels (seeTLspInteractiveLabelsController
). -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.painter.mesh
Methods in com.luciad.view.lightspeed.painter.mesh with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescription<T> boolean
TLsp3DMeshPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) Deprecated. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.painter.shape
Methods in com.luciad.view.lightspeed.painter.shape with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescription<T> boolean
TLspShapePainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.query
Methods in com.luciad.view.lightspeed.query that return TLspPaintRepresentationStateModifier and TypeMethodDescriptionTLspPaintedObjectsBoundsQuery.getPaintRepresentationState()
Returns the paint representation state that should be queried.TLspPaintedObjectsQuery.getPaintRepresentationState()
Returns the paint representation state that should be queried.TLspPaintedObjectsTouchQuery.getPaintRepresentationState()
Returns the paint representation state that should be queried.Constructors in com.luciad.view.lightspeed.query with parameters of type TLspPaintRepresentationStateModifierConstructorDescriptionTLspPaintedObjectsBoundsQuery
(TLspPaintRepresentationState aPaintRepresentationState, ILcdBounds aViewBounds, double aSensitivity) Creates a new objects bounds query.TLspPaintedObjectsBoundsQuery
(TLspPaintRepresentationState aPaintRepresentationState, ILcdPoint aViewPoint, double aSensitivity) Creates a new objects bounds query.TLspPaintedObjectsQuery
(TLspPaintRepresentationState aPaintRepresentationState, ILcdBounds aViewBounds) Creates a new objects query.TLspPaintedObjectsTouchQuery
(TLspPaintRepresentationState aPaintRepresentationState, ILcdBounds aViewBounds, double aSensitivity) Creates a new touched objects query.TLspPaintedObjectsTouchQuery
(TLspPaintRepresentationState aPaintRepresentationState, ILcdPoint aViewPoint, double aSensitivity) Creates a new touched objects query. -
Uses of TLspPaintRepresentationState in com.luciad.wms.client.lightspeed
Methods in com.luciad.wms.client.lightspeed with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescriptionTLspWMSLayerBuilder.styler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler used to visualize the image. -
Uses of TLspPaintRepresentationState in com.luciad.wms.client.lightspeed.tiled
Methods in com.luciad.wms.client.lightspeed.tiled with parameters of type TLspPaintRepresentationStateModifier and TypeMethodDescription<T> boolean
TLspTiledWMSProxyPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext)