Uses of Class
com.luciad.view.lightspeed.TLspViewPaintingHints
Packages that use TLspViewPaintingHints
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
-
Uses of TLspViewPaintingHints in com.luciad.view.lightspeed
Fields in com.luciad.view.lightspeed declared as TLspViewPaintingHintsModifier and TypeFieldDescriptionstatic final TLspViewPaintingHintsTLspViewPaintingHints.AUTOMATICPredefined painting hints that set all available hints to the setting that balances performance and visual quality.static final TLspViewPaintingHintsTLspViewPaintingHints.MAX_PERFORMANCEPredefined painting hints that set all available hints to the setting that favors higher performance over visual quality or correctness.static final TLspViewPaintingHintsTLspViewPaintingHints.MAX_QUALITYPredefined painting hints that set all available hints to the setting that favors better visual quality or correctness over performance.Methods in com.luciad.view.lightspeed that return TLspViewPaintingHintsModifier and TypeMethodDescriptionTLspViewPaintingHints.Builder.build()Creates a newTLspViewPaintingHintsinstance with this builder's current settings.ALspAWTView.getPaintingHints()Returns the current set of performance/quality hints used by the view.Methods in com.luciad.view.lightspeed with parameters of type TLspViewPaintingHintsModifier and TypeMethodDescriptionTLspViewBuilder.paintingHints(TLspViewPaintingHints aPaintingHints) Sets the painting hints to be used by created views.