Uses of Enum Class
com.luciad.view.lightspeed.ELspQualityHint
Package
Description
Provides a custom layer optimized for displaying large static datasets containing points.
Provides support for OpenGL-based 2D and 3D visualization of data.
Provides a custom layer optimized for displaying large static datasets containing points.
Provides support for painting of vector shapes.
-
Uses of ELspQualityHint in com.luciad.realtime.lightspeed.plots
Modifier and TypeMethodDescriptionTLspPlotPaintingHints.getTransparencyBlending()
Deprecated.Specifies whether the plot layer should perform higher quality transparency blending.Modifier and TypeMethodDescriptionTLspPlotPaintingHints.Builder.transparencyBlending
(ELspQualityHint aHint) Deprecated.Specifies whether the plot layer should perform higher quality transparency blending. -
Uses of ELspQualityHint in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionTLspViewPaintingHints.getQuality()
Hint that influences the overall behavior ofILspView
, allowing the user to bias either towards higher performance or towards better visual quality.static ELspQualityHint
Returns the enum constant of this class with the specified name.static ELspQualityHint[]
ELspQualityHint.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLspViewPaintingHints.Builder.quality
(ELspQualityHint aHint) Sets the overall painting quality of the view. -
Uses of ELspQualityHint in com.luciad.view.lightspeed.layer.plots
Modifier and TypeMethodDescriptionTLspPlotPaintingHints.getTransparencyBlending()
Specifies whether the plot layer should perform higher quality transparency blending.Modifier and TypeMethodDescriptionTLspPlotPaintingHints.Builder.transparencyBlending
(ELspQualityHint aHint) Specifies whether the plot layer should perform higher quality transparency blending. -
Uses of ELspQualityHint in com.luciad.view.lightspeed.painter.shape
Modifier and TypeMethodDescriptionTLspShapePaintingHints.getOverlapResolution()
Specifies whether the painter should take extra measures to correctly resolve overlaps between shapes that are both filled and outlined.Modifier and TypeMethodDescriptionTLspShapePaintingHints.Builder.overlapResolution
(ELspQualityHint aHint) Specifies whether the painter should take extra measures to correctly resolve overlaps between shapes that are both filled and outlined.