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> booleanTLspOpenFlightPainter.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 ILspStylerALcyLspDomainObjectSupplier.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> booleanTLspLOSCoveragePainter.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 TLspPaintPassTLspPaintPass.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 TypeMethodDescriptionvoidTLspPaintingOrder.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 TypeMethodDescriptionvoidTLspPointToPointSnapper.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 TLspPaintRepresentationStateTLspPaintRepresentationState.EDITED_BODYIdentifies the edited body representation of an object.static final TLspPaintRepresentationStateTLspPaintRepresentationState.EDITED_LABELIdentifies the edited label representation of an object.static final TLspPaintRepresentationStateTLspPaintRepresentationState.REGULAR_BODYIdentifies the regular body or graphical representation of an object.static final TLspPaintRepresentationStateTLspPaintRepresentationState.REGULAR_LABELIdentifies the regular label or textual representation of an object.static final TLspPaintRepresentationStateTLspPaintRepresentationState.SELECTED_BODYIdentifies the selected body representation of an object.static final TLspPaintRepresentationStateTLspPaintRepresentationState.SELECTED_LABELIdentifies the selected label representation of an object.Methods in com.luciad.view.lightspeed.layer that return TLspPaintRepresentationStateModifier and TypeMethodDescriptionstatic TLspPaintRepresentationStateTLspPaintRepresentationState.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 TypeMethodDescriptionvoidALspLayer.fireLayerStateChange(TLspLayerPaintStateEvent.Type aType, TLspPaintRepresentationState aPaintRepresentationState, Object aOldValue, Object aNewValue) Fires a layer state change event with the specified properties.voidTLspLayerStateSupport.fireLayerStateChange(TLspLayerPaintStateEvent.Type aType, TLspPaintRepresentationState aPaintRepresentationState, Object aOldValue, Object aNewValue) Creates a newTLspLayerStateEventwith 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.booleanALspLayer.isVisible(TLspPaintRepresentationState aPaintRepresentationState) booleanILspLayer.isVisible(TLspPaintRepresentationState aPaintRepresentationState) Returns whether the specifiedPaintRepresentationStateis 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) voidILspEditableStyledLayer.setStyler(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler that is used for the given paint representation state.voidTLspLayer.setStyler(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler of thepainterthat is currently set for the given TLspPaintRepresentationState.voidALspLayer.setVisible(TLspPaintRepresentationState aPaintRepresentationState, boolean aVisible) voidILspLayer.setVisible(TLspPaintRepresentationState aPaintRepresentationState, boolean aVisible) Enables or disables the a paint representation state.voidTLspLayer.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.booleanTLspGXYLayerAdapter.isVisible(TLspPaintRepresentationState aPaintRepresentationState) Deprecated.TLspGXYLayerAdapter.paint(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) Deprecated.voidTLspGXYLayerAdapter.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) voidTLspRasterLayer.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> booleanILspPainter.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> booleanTLspDensityPainter.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> booleanTLspLabelPainter.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 TLspPaintRepresentationStateModifierConstructorDescriptionprotectedALspSwingLabelStyler(ALspInteractiveLabelProvider aInteractiveLabelProvider, TLspPaintRepresentationState aPaintRepresentationState, boolean aInvalidateOnModelChangeEvent) Creates a newALspSwingLabelStylerthat 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> booleanTLsp3DMeshPainter.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> booleanTLspShapePainter.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> booleanTLspTiledWMSProxyPainter.query(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext)