Uses of Enum Class
com.luciad.view.lightspeed.layer.TLspPaintState
Package
Description
This package provides a
layer builder
that can be used for AIXM 3/4 data.This package provides a
layer builder
that can be used for ARINC data.This package provides a
layer builder
that can be used for DAFIF or DAFIFT data.Provides support for visualizing MBTiles vector data in a Lightspeed view.
Provides API for visualizing NVG data in a Lightspeed view.
Painters for OpenFlight models.
Provides support for visualization of tiled 3D formats in Lightspeed views.
Provides support for visualizing LuciadFusion vector data models in a Lightspeed view.
This package contains a layer builder to visualized large point clouds.
Contains Lightspeed style related classes, such as a class containing customizable style context.
Handles the labeling of realtime data for lightspeed layers.
Provides a custom layer optimized for displaying large static datasets containing points.
Provides support for the visualization of radar feeds, for instance from
ASTERIX category 240 data.
Provides a layer builder for APP6 a/b/c layers.
Provides a layer builder for MIL-STD 2525 b/c/d layers.
Provides a layer builder for APP-6 and/or MIL-STD-2525 layers.
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides support for OpenGL-based 2D and 3D visualization of data.
This package provides support for measuring distances in a view.
Handles the placement of labels in a view.
Handles labeling algorithms.
Provides layering support for
ILspView
.Provides layering support for density layers.
Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.Provides support for grouping the objects that should be painted and handling changes to these
groups.
Provides a custom layer optimized for displaying large static datasets containing points.
Provides layering support for vector layers.
Painter interfaces and implementations for visualizing objects in an
ILspView
.Provides support for the visualization of density plots.
Provides support for the painting of grids.
Provides support for painting labels for objects.
Defines label locations used by label painters.
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 a painter that visualizes
ALcdWMSProxy
instances in a Lightspeed view using a tiled approach.-
Uses of TLspPaintState in com.luciad.format.aixm.view.lightspeed
Modifier and TypeMethodDescriptionTLspAIXMLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Sets the given body styler for the given paint state.TLspAIXMLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the given label styler for the given paint state. -
Uses of TLspPaintState in com.luciad.format.arinc.view.lightspeed
Modifier and TypeMethodDescriptionTLspARINCLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Sets the given body styler for the given paint state.TLspARINCLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the given label styler for the given paint state. -
Uses of TLspPaintState in com.luciad.format.dafif.lightspeed
Modifier and TypeMethodDescriptionTLspDAFIFLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Sets the given body styler for the given paint state.TLspDAFIFLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the given label styler for the given paint state. -
Uses of TLspPaintState in com.luciad.format.mbtiles.view.lightspeed
Modifier and TypeMethodDescriptionTLspMBTilesVectorLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Sets the body styler for the given paint state.TLspMBTilesVectorLayerBuilder.bodyStyles
(TLspPaintState aPaintState, ALspStyle... aBodyStyles) Sets the body styles for the given paint state.TLspMBTilesVectorLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the label styler for the given paint state.TLspMBTilesVectorLayerBuilder.labelStyles
(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Sets the label styles for the given paint state. -
Uses of TLspPaintState in com.luciad.format.nvg.lightspeed
Modifier and TypeMethodDescriptionTLspNVGLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the given body styler for the given paint state.TLspNVGLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the given label styler for the given paint state.ModifierConstructorDescriptionTLspNVGStyler
(TLspPaintState aPaintState) if the paint state is different thatREGULAR
, this styler will decorate the default styling to emphasize the nvg objects. -
Uses of TLspPaintState in com.luciad.format.object3d.openflight.lightspeed
Modifier and TypeMethodDescriptionTLspOpenFlightPainter.getStyler
(TLspPaintState aPaintState) Always returns null because styling is not relevant. -
Uses of TLspPaintState in com.luciad.format.tiled3d.lightspeed
Modifier and TypeMethodDescriptionTLsp3DTileLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) TLsp3DTileLayerBuilder.bodyStyles
(TLspPaintState aPaintState, ALspStyle... aBodyStyles) -
Uses of TLspPaintState in com.luciad.fusion.client.view.lightspeed
Modifier and TypeMethodDescriptionTLspFusionVectorLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Deprecated.Sets the given body styler for the given paint state.TLspFusionVectorLayerBuilder.bodyStyles
(TLspPaintState aPaintState, ALspStyle... aBodyStyles) Deprecated.Sets the given body styles for the given paint state.TLspFusionVectorLayerBuilder.fallbackBodyStyler
(TLspPaintState aPaintState, ILspStyler aFallbackBodyStyler) Deprecated.Sets the body styler which is used as fallback when the coverage does not contain SLD information nor VPF data.TLspFusionVectorLayerBuilder.fallbackLabelStyler
(TLspPaintState aPaintState, ILspStyler aFallbackLabelStyler) Deprecated.Sets the label styler which is used as fallback when the coverage does not contains SLD information nor VPF data.TLspFusionVectorLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Deprecated.Sets the given label styler for the given paint state.TLspFusionVectorLayerBuilder.labelStyles
(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Deprecated.Sets the given label styles for the given paint state. -
Uses of TLspPaintState in com.luciad.lidar.lightspeed
Modifier and TypeMethodDescriptionTLspLIDARLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the styler used for the points in theBODY
paint representation.TLspLIDARLayerBuilder.bodyStyles
(TLspPaintState aPaintState, TLspPlotStyle... aStyles) Sets a (fixed) set of styles to use in this layer for theBODY
paint representation. -
Uses of TLspPaintState in com.luciad.lucy.map.style.lightspeed
Modifier and TypeMethodDescriptionTLcyLspCustomizableStyleContext.getPaintState()
Returns thePaintState
for which the style is usedModifierConstructorDescriptionTLcyLspCustomizableStyleContext
(TLspCustomizableStyle aStyle, TLspPaintRepresentation aPaintRepresentation, TLspPaintState aPaintState, ILspLayer aLayer) Create a newTLcyLspCustomizableStyleContext
instance -
Uses of TLspPaintState in com.luciad.realtime.lightspeed.labeling
Modifier and TypeMethodDescriptionprotected void
TLspContinuousLabelingAlgorithm.retrieveDesiredLocation
(TLspLabelID aLabel, TLspPaintState aPaintState, TLspContext aContext, Point aRelativeLocationSFCT) Retrieves the desired view location for the given label. -
Uses of TLspPaintState in com.luciad.realtime.lightspeed.plots
Modifier and TypeMethodDescriptionTLspPlotLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Deprecated.TLspPlotLayerBuilder.bodyStyles
(TLspPaintState aPaintState, TLspPlotStyle... aStyles) Deprecated.TLspPlotLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Deprecated.TLspPlotLayerBuilder.labelStyles
(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Deprecated. -
Uses of TLspPaintState in com.luciad.realtime.lightspeed.radarvideo
Modifier and TypeMethodDescriptionTLspRadarVideoLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Sets the body styler for the given paint state.TLspRadarVideoLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the label styler for the given paint state. -
Uses of TLspPaintState in com.luciad.symbology.app6a.view.lightspeed
Modifier and TypeMethodDescriptionTLspAPP6ALayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the given body styler for the given paint state.TLspAPP6ALayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the given label styler for the given paint state. -
Uses of TLspPaintState in com.luciad.symbology.milstd2525b.view.lightspeed
Modifier and TypeMethodDescriptionTLspMS2525bLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the given body styler for the given paint state.TLspMS2525bLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the given label styler for the given paint state. -
Uses of TLspPaintState in com.luciad.symbology.view.lightspeed
Modifier and TypeMethodDescriptionTLspMilitarySymbologyLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the given body styler for the given paint state.TLspMilitarySymbologyLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the given label styler for the given paint state. -
Uses of TLspPaintState in com.luciad.tea.lightspeed.los.view
Modifier and TypeMethodDescriptionTLspLOSCoveragePainter.getStyler
(TLspPaintState aPaintState) void
TLspLOSCoveragePainter.setStyler
(TLspPaintState aPaintState, ILspStyler aStyler) -
Uses of TLspPaintState in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionTLspPaintPass.getPaintState()
Convenience method that gets the paint state that defines whether selected, edited or all other objects should be painted. -
Uses of TLspPaintState in com.luciad.view.lightspeed.controller.ruler
Modifier and TypeMethodDescriptionTLspRulerController.getLabelStyler
(TLspPaintState aPaintState) Returns the styler for distance and azimuth labels of ruler measurements for measurements in the given paintstate.void
TLspRulerController.setLabelStyler
(TLspPaintState aState, ILspStyler aLabelStyler) Sets the styler for distance and azimuth labels, for the given paint state.void
TLspRulerController.setLineStyler
(TLspPaintState aPaintState, ILspStyler aLineStyler) Sets the styler for the ruler polylines for the given paint state. -
Uses of TLspPaintState in com.luciad.view.lightspeed.label
Modifier and TypeMethodDescriptionint
ILspLabelPriorityProvider.getPriority
(TLspLabelID aLabel, TLspPaintState aPaintState, TLspContext aContext) Returns the priority for the given label, 0 being the highest priority, Integer.MAX_VALUE the lowest priority. -
Uses of TLspPaintState in com.luciad.view.lightspeed.label.algorithm
Modifier and TypeMethodDescriptionabstract TLspPaintState
ILspLabelingAlgorithm.LabelContext.getPaintState
(TLspLabelID aLabel, ILspView aView) Returns the paint state to be used for the given label.Modifier and TypeMethodDescriptionvoid
ILspLabelDependencyProvider.getDependingLabels
(TLspLabelID aLabel, TLspPaintState aPaintState, TLspContext aContext, List<TLspLabelID> aDependingIdentifiersSFCT) This method adds allTLspLabelID
s that depend on the givenTLspLabelID
to the given list.ILspLabelingAlgorithmProvider.getLabelingAlgorithm
(TLspLabelID aLabel, TLspPaintState aPaintState, TLspContext aContext) This method returns a labeling algorithm for the given domain object and sublabel ID.abstract TLspLabelPlacement
ALspLabelLocationProvider.getLocation
(TLspLabelID aLabel, int aLocationIndex, ALspLabelLocations aCurrentLabelLocations, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) This method returns a location for the given label using the given location index.final TLspLabelPlacement
ALspStampLabelLocationProvider.getLocation
(TLspLabelID aLabel, int aLocationIndex, ALspLabelLocations aCurrentLabelLocations, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) TLspFixedInPathLabelLocationProvider.getLocation
(TLspLabelID aLabel, int aLocationIndex, ALspLabelLocations aCurrentLabelLocations, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) TLspFixedOnPathLabelLocationProvider.getLocation
(TLspLabelID aLabel, int aLocationIndex, ALspLabelLocations aCurrentLabelLocations, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) int
ALspLabelLocationProvider.getMaxLocationCount
(TLspLabelID aLabel, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) Returns the maximal number of locations to be tried for the given label.int
TLspFixedOnPathLabelLocationProvider.getMaxLocationCount
(TLspLabelID aLabel, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) int
TLspLabelLocationProvider.getMaxLocationCount
(TLspLabelID aLabel, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) boolean
ALspLabelLocationProvider.isValidLocation
(TLspLabelPlacement aLocation, ALspLabelLocations aCurrentLabelLocations, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) Checks if the given location is a valid location.final boolean
ALspStampLabelLocationProvider.isValidLocation
(TLspLabelPlacement aLocation, ALspLabelLocations aCurrentLabelLocations, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) Checks if the given location is a valid location.boolean
TLspFixedInPathLabelLocationProvider.isValidLocation
(TLspLabelPlacement aLocation, ALspLabelLocations aCurrentLabelLocations, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) boolean
TLspFixedOnPathLabelLocationProvider.isValidLocation
(TLspLabelPlacement aLocation, ALspLabelLocations aCurrentLabelLocations, TLspPaintState aPaintState, ILspLabelingAlgorithm.LabelContext aLabelContext, ILspView aView) -
Uses of TLspPaintState in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionTLspPaintRepresentationState.getPaintState()
Gets the paint state that defines whether this representation is used for selected, edited or all other objects.static TLspPaintState
Returns the enum constant of this class with the specified name.static TLspPaintState[]
TLspPaintState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic TLspPaintRepresentationState
TLspPaintRepresentationState.getInstance
(TLspPaintRepresentation aPaintRepresentation, TLspPaintState aPaintState) Combines the given paint representation and paint state.ILspInteractivePaintableLayer.getObjectsWithPaintState
(TLspPaintState aState) Returns the objects in the specified paint state.TLspLayer.getObjectsWithPaintState
(TLspPaintState aState) -
Uses of TLspPaintState in com.luciad.view.lightspeed.layer.density
Modifier and TypeMethodDescriptionTLspDensityLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Deprecated.Sets the given label styles for the given paint state.TLspDensityLayerBuilder.labelStyles
(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Deprecated.Sets the given label styles for the given paint state. -
Uses of TLspPaintState in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeMethodDescriptionTLspGXYLayerAdapter.getObjectsWithPaintState
(TLspPaintState aState) Deprecated. -
Uses of TLspPaintState in com.luciad.view.lightspeed.layer.paintgroup
Modifier and TypeMethodDescriptionTLspPaintGroupsChangedEvent.Change.ObjectsMoved.getNewPaintState()
Returns the paint state of the paint group identified byTLspPaintGroupsChangedEvent.Change.ObjectsMoved.getNewPaintGroupIdentifier()
.TLspPaintGroupsChangedEvent.Change.ObjectsMoved.getOldPaintState()
Returns the paint state of the paint group identified byTLspPaintGroupsChangedEvent.Change.ObjectsMoved.getOldPaintGroupIdentifier()
.TLspPaintGroup.getPaintState()
Returns the paint state applicable to this paint group.TLspPaintGroupsChangedEvent.Change.ObjectsAdded.getPaintState()
Returns the paint state of the paint group identified byTLspPaintGroupsChangedEvent.Change.ObjectsAdded.getPaintGroupIdentifier()
.TLspPaintGroupsChangedEvent.Change.ObjectsChanged.getPaintState()
Returns the paint state of the paint group identified byTLspPaintGroupsChangedEvent.Change.ObjectsChanged.getPaintGroupIdentifier()
.TLspPaintGroupsChangedEvent.Change.ObjectsRemoved.getPaintState()
Returns the paint state of the paint group identified byTLspPaintGroupsChangedEvent.Change.ObjectsRemoved.getPaintGroupIdentifier()
.TLspPaintGroupsChangedEvent.Change.ObjectsReplaced.getPaintState()
Returns the paint state of the paint group identified byTLspPaintGroupsChangedEvent.Change.ObjectsReplaced.getPaintGroupIdentifier()
.TLspPaintGroupsChangedEvent.Change.Removed.getPaintState()
Returns the paint state of the paint group identified byTLspPaintGroupsChangedEvent.Change.Removed.getPaintGroupIdentifier()
.ModifierConstructorDescriptionObjectsAdded
(Object aPaintGroupId, TLspPaintState aPaintState, Collection aAddedObjects) Constructs a new TLspPaintGroupsChangedEvent.Change.ObjectsAdded paint group change.ObjectsChanged
(Object aPaintGroupId, TLspPaintState aPaintState, Collection aObjects) Constructs a new TLspPaintGroupsChangedEvent.Change.ObjectsChanged paint group change.ObjectsMoved
(Object aOldPaintGroupId, TLspPaintState aOldPaintState, Object aNewPaintGroupId, TLspPaintState aNewPaintState, Collection aMovedObjects) Constructs a new TLspPaintGroupsChangedEvent.Change.ObjectsMoved paint group change.ObjectsRemoved
(Object aPaintGroupId, TLspPaintState aPaintState, Collection aRemovedObjects) Constructs a new TLspPaintGroupsChangedEvent.Change.ObjectsRemoved paint group change.ObjectsReplaced
(Object aPaintGroupId, TLspPaintState aPaintState, Collection aOldObjects, Collection aNewObjects) Constructs a new TLspPaintGroupsChangedEvent.Change.ObjectsReplaced paint group change.Removed
(Object aPaintGroupId, TLspPaintState aPaintState, Collection aObjects) Constructs a new TLspPaintGroupsChangedEvent.Change.Removed paint group change.TLspPaintGroup
(Collection aObjects, Object aIdentifier, TLspPaintState aPaintState) Creates a new paint group. -
Uses of TLspPaintState in com.luciad.view.lightspeed.layer.plots
Modifier and TypeMethodDescriptionTLspPlotLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the styler used for the points in theBODY
paint representation.TLspPlotLayerBuilder.bodyStyles
(TLspPaintState aPaintState, TLspPlotStyle... aStyles) Sets a (fixed) set of styles to use in this layer for theBODY
paint representation.TLspPlotLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the given label styler for the given paint state.TLspPlotLayerBuilder.labelStyles
(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Sets the given label styles for the given paint state. -
Uses of TLspPaintState in com.luciad.view.lightspeed.layer.shape
Modifier and TypeMethodDescriptionTLspShapeLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Sets the given body styler for the given paint state.TLspShapeLayerBuilder.bodyStyles
(TLspPaintState aPaintState, ALspStyle... aBodyStyles) Sets the given body styles for the given paint state.TLspShapeLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the given label styler for the given paint state.TLspShapeLayerBuilder.labelStyles
(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Sets the given label styles for the given paint state. -
Uses of TLspPaintState in com.luciad.view.lightspeed.painter
Modifier and TypeMethodDescriptionILspPainter.getStyler
(TLspPaintState aPaintState) Returns the styler used by this painter for the givenPaintState
.void
ILspEditableStyledPainter.setStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the styler used by this object for the givenPaintState
. -
Uses of TLspPaintState in com.luciad.view.lightspeed.painter.density
Modifier and TypeMethodDescriptionTLspDensityPainter.getStyler
(TLspPaintState aPaintState) Deprecated.void
TLspDensityPainter.setStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Deprecated.Sets a new styler on this painter. -
Uses of TLspPaintState in com.luciad.view.lightspeed.painter.grid
Modifier and TypeMethodDescriptionTLspLonLatGridLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Define a styler to be used for body representations.TLspLonLatGridLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Define a styler to be used for label representations. -
Uses of TLspPaintState in com.luciad.view.lightspeed.painter.label
Modifier and TypeMethodDescriptionILspLabelPainter.getAnchorObject
(TLspLabelID aLabel, TLspPaintState aPaintState, TLspContext aContext) Returns the anchor object of the given label.final Object
TLspLabelPainter.getAnchorObject
(TLspLabelID aLabel, TLspPaintState aPaintState, TLspContext aContext) TLspLabelPainter.getStyler
(TLspPaintState aPaintState) void
TLspLabelPainter.labelAnchorPointOffsetSFCT
(TLspLabelID aLabel, Dimension2D aDimension, TLspPaintState aPaintState, TLspContext aContext, ILcd2DEditablePoint aOffsetSFCT) void
ILspLabelPainter.labelAnchorPointSFCT
(TLspLabelID aLabel, ALspLabelLocation aLabelLocation, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aAnchorPointSFCT) Retrieves the anchor point of the given label.final void
TLspLabelPainter.labelAnchorPointSFCT
(TLspLabelID aLabel, ALspLabelLocation aLabelLocation, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aAnchorPointSFCT) double
ILspLabelPainter.labelBoundsSFCT
(TLspLabelID aLabel, ALspLabelLocation aLabelLocation, ALspLabelLocations aLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditableBounds aBoundsSFCT) Calculates the bounds of the given label for the given label location.double
TLspLabelPainter.labelBoundsSFCT
(TLspLabelID aLabel, ALspLabelLocation aLabelLocation, ALspLabelLocations aLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditableBounds aBoundsSFCT) void
TLspLabelPainter.labelDimensionSFCT
(TLspLabelID aLabelID, TLspPaintState aPaintState, TLspContext aContext, Dimension2D aDimensionSFCT) void
TLspLabelPainter.setStyler
(TLspPaintState aPaintState, ILspStyler aStyler) void
TLspLabelPainter.viewObjectAnchorPointSFCT
(TLspLabelID aLabel, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aObjectAnchorPointSFCT) void
TLspLabelPainter.worldObjectAnchorPointSFCT
(TLspLabelID aLabel, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aObjectAnchorPointSFCT) -
Uses of TLspPaintState in com.luciad.view.lightspeed.painter.label.location
Modifier and TypeMethodDescriptionabstract void
ALspStampLabelLocation.getLocationData
(TLspLabelID aLabel, ALspLabelLocations aLabelLocations, ILspStampLocationLabelPainter aLabelPainter, TLspPaintState aPaintState, TLspContext aContext, ALspStampLabelLocation.LocationData aLocationDataSFCT) Calculates thelocation data
of the given label.void
TLspStampLabelLocation.getLocationData
(TLspLabelID aLabel, ALspLabelLocations aLabelLocations, ILspStampLocationLabelPainter aLabelPainter, TLspPaintState aPaintState, TLspContext aContext, ALspStampLabelLocation.LocationData aLocationDataSFCT) void
ILspStampLocationLabelPainter.labelAnchorPointOffsetSFCT
(TLspLabelID aLabel, Dimension2D aDimension, TLspPaintState aPaintState, TLspContext aContext, ILcd2DEditablePoint aOffsetSFCT) Returns the anchor point offset.void
ILspStampLocationLabelPainter.labelDimensionSFCT
(TLspLabelID aLabelID, TLspPaintState aPaintState, TLspContext aContext, Dimension2D aDimensionSFCT) Returns the dimension of the given label.void
ILspStampLocationLabelPainter.viewObjectAnchorPointSFCT
(TLspLabelID aLabel, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aObjectAnchorPointSFCT) Calculates the object anchor point for the given label in view coordinates.void
ILspStampLocationLabelPainter.worldObjectAnchorPointSFCT
(TLspLabelID aLabel, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aObjectAnchorPointSFCT) Calculates the object anchor point for the given label in world coordinates. -
Uses of TLspPaintState in com.luciad.view.lightspeed.painter.mesh
Modifier and TypeMethodDescriptionTLsp3DMeshPainter.getStyler
(TLspPaintState aPaintState) Deprecated.Always returns null, because styling is not relevant. -
Uses of TLspPaintState in com.luciad.view.lightspeed.painter.shape
Modifier and TypeMethodDescriptionTLspShapePainter.getStyler
(TLspPaintState aPaintState) void
TLspShapePainter.setStyler
(TLspPaintState aPaintState, ILspStyler aStyler) -
Uses of TLspPaintState in com.luciad.view.lightspeed.query
Modifier and TypeMethodDescriptionTLspBoundsQuery.getPaintState()
Returns the paint stated that should be queried.ModifierConstructorDescriptionTLspBoundsQuery
(TLspLabelID aLabel, TLspPaintState aPaintState) Creates a new label bounds query, this tries to find bounds for the given label, in the given paint state.TLspBoundsQuery
(TLspLabelID aLabel, TLspPaintState aPaintState, ALspLabelLocation aLabelLocation) Creates a new label bounds query, this tries to find bounds for the given label, in the given paint state, for the given label location. -
Uses of TLspPaintState in com.luciad.wms.client.lightspeed.tiled
Modifier and TypeMethodDescriptionTLspTiledWMSProxyPainter.getStyler
(TLspPaintState aPaintState) void
TLspTiledWMSProxyPainter.setStyler
(TLspPaintState aPaintState, ILspStyler aStyler)