Uses of Class
com.luciad.view.lightspeed.layer.plots.TLspPlotPaintingHints
Package
Description
Provides a custom layer optimized for displaying large static datasets containing points.
-
Uses of TLspPlotPaintingHints in com.luciad.view.lightspeed.layer.plots
Modifier and TypeFieldDescriptionstatic final TLspPlotPaintingHints
TLspPlotPaintingHints.MAX_PERFORMANCE
Predefined painting hints that set all available hints to the setting that favors higher performance over visual quality or correctness.static final TLspPlotPaintingHints
TLspPlotPaintingHints.MAX_QUALITY
Predefined painting hints that set all available hints to the setting that favors better visual quality or correctness over performance.Modifier and TypeMethodDescriptionTLspPlotPaintingHints.Builder.build()
Creates a new TLspPlotPaintingHints instance with this builder's current settings.Modifier and TypeMethodDescriptionTLspPlotLayerBuilder.paintingHints
(TLspPlotPaintingHints aPaintingHints) Sets the painting hints to be used by created layers.