Uses of Class
com.luciad.view.lightspeed.TLspViewPaintingHints
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
-
Uses of TLspViewPaintingHints in com.luciad.view.lightspeed
Modifier and TypeFieldDescriptionstatic final TLspViewPaintingHints
TLspViewPaintingHints.AUTOMATIC
Predefined painting hints that set all available hints to the setting that balances performance and visual quality.static final TLspViewPaintingHints
TLspViewPaintingHints.MAX_PERFORMANCE
Predefined painting hints that set all available hints to the setting that favors higher performance over visual quality or correctness.static final TLspViewPaintingHints
TLspViewPaintingHints.MAX_QUALITY
Predefined painting hints that set all available hints to the setting that favors better visual quality or correctness over performance.Modifier and TypeMethodDescriptionTLspViewPaintingHints.Builder.build()
Creates a newTLspViewPaintingHints
instance with this builder's current settings.ALspAWTView.getPaintingHints()
Returns the current set of performance/quality hints used by the view.Modifier and TypeMethodDescriptionTLspViewBuilder.paintingHints
(TLspViewPaintingHints aPaintingHints) Sets the painting hints to be used by created views.