Uses of Class
com.luciad.view.lightspeed.painter.shape.TLspShapePaintingHints
Packages that use 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
Methods in com.luciad.fusion.client.view.lightspeed with parameters of type TLspShapePaintingHintsModifier 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
Methods in com.luciad.view.lightspeed.layer.shape with parameters of type TLspShapePaintingHintsModifier 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
Fields in com.luciad.view.lightspeed.painter.shape declared as TLspShapePaintingHintsModifier and TypeFieldDescriptionstatic final TLspShapePaintingHintsTLspShapePaintingHints.AUTOMATICPredefined painting hints that set all available hints to the setting that balances performance and visual quality.static final TLspShapePaintingHintsTLspShapePaintingHints.MAX_PERFORMANCEPredefined painting hints that set all available hints to the setting that favors higher performance over visual quality or correctness.static final TLspShapePaintingHintsTLspShapePaintingHints.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.painter.shape that return TLspShapePaintingHintsModifier and TypeMethodDescriptionTLspShapePaintingHints.Builder.build()Creates a newTLspShapePaintingHintsinstance with this builder's current settings.TLspShapePainter.getHints()Returns the current set of performance/quality hints used by the painter.Methods in com.luciad.view.lightspeed.painter.shape with parameters of type TLspShapePaintingHintsModifier and TypeMethodDescriptionvoidTLspShapePainter.setHints(TLspShapePaintingHints aHints) Sets the performance/quality hints to be used by the painter.