Uses of Enum Class
com.luciad.view.lightspeed.ELspQualityHint
Packages that use 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
Methods in com.luciad.realtime.lightspeed.plots that return ELspQualityHintModifier and TypeMethodDescriptionTLspPlotPaintingHints.getTransparencyBlending()Deprecated.Specifies whether the plot layer should perform higher quality transparency blending.Methods in com.luciad.realtime.lightspeed.plots with parameters of type ELspQualityHintModifier 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
Methods in com.luciad.view.lightspeed that return ELspQualityHintModifier 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 ELspQualityHintReturns 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.Methods in com.luciad.view.lightspeed with parameters of type ELspQualityHintModifier and TypeMethodDescriptionTLspViewPaintingHints.Builder.quality(ELspQualityHint aHint) Sets the overall painting quality of the view. -
Uses of ELspQualityHint in com.luciad.view.lightspeed.layer.plots
Methods in com.luciad.view.lightspeed.layer.plots that return ELspQualityHintModifier and TypeMethodDescriptionTLspPlotPaintingHints.getTransparencyBlending()Specifies whether the plot layer should perform higher quality transparency blending.Methods in com.luciad.view.lightspeed.layer.plots with parameters of type ELspQualityHintModifier 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
Methods in com.luciad.view.lightspeed.painter.shape that return ELspQualityHintModifier and TypeMethodDescriptionTLspShapePaintingHints.getOverlapResolution()Specifies whether the painter should take extra measures to correctly resolve overlaps between shapes that are both filled and outlined.Methods in com.luciad.view.lightspeed.painter.shape with parameters of type ELspQualityHintModifier 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.