Uses of Class
com.luciad.view.lightspeed.painter.shape.TLspShapePaintingHints
Package
Description
Provides support for visualizing LuciadFusion vector data models in a Lightspeed view.
Provides layering support for vector layers.
Provides support for painting of vector shapes.
-
Uses of TLspShapePaintingHints in com.luciad.fusion.client.view.lightspeed
Modifier and TypeMethodDescriptionTLspFusionVectorLayerBuilder.paintingHints
(TLspShapePaintingHints aPaintingHints) Deprecated.Sets the painting hints to be used by created layers. -
Uses of TLspShapePaintingHints in com.luciad.view.lightspeed.layer.shape
Modifier and TypeMethodDescriptionTLspShapeLayerBuilder.paintingHints
(TLspShapePaintingHints aPaintingHints) Sets the painting hints to be used by created layers. -
Uses of TLspShapePaintingHints in com.luciad.view.lightspeed.painter.shape
Modifier and TypeFieldDescriptionstatic final TLspShapePaintingHints
TLspShapePaintingHints.AUTOMATIC
Predefined painting hints that set all available hints to the setting that balances performance and visual quality.static final TLspShapePaintingHints
TLspShapePaintingHints.MAX_PERFORMANCE
Predefined painting hints that set all available hints to the setting that favors higher performance over visual quality or correctness.static final TLspShapePaintingHints
TLspShapePaintingHints.MAX_QUALITY
Predefined painting hints that set all available hints to the setting that favors better visual quality or correctness over performance.Modifier and TypeMethodDescriptionTLspShapePaintingHints.Builder.build()
Creates a newTLspShapePaintingHints
instance with this builder's current settings.TLspShapePainter.getHints()
Returns the current set of performance/quality hints used by the painter.Modifier and TypeMethodDescriptionvoid
TLspShapePainter.setHints
(TLspShapePaintingHints aHints) Sets the performance/quality hints to be used by the painter.