Package com.luciad.view.lightspeed
Class TLspViewPaintingHints.Builder
java.lang.Object
com.luciad.view.lightspeed.TLspViewPaintingHints.Builder
- Enclosing class:
TLspViewPaintingHints
Builder for
TLspViewPaintingHints
objects.- Since:
- 2016.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates a newTLspViewPaintingHints
instance with this builder's current settings.quality
(ELspQualityHint aHint) Sets the overall painting quality of the view.
-
Method Details
-
build
Creates a newTLspViewPaintingHints
instance with this builder's current settings.- Returns:
- a new shape painting hints object
-
quality
Sets the overall painting quality of the view. The default setting isELspQualityHint.AUTOMATIC
.- Parameters:
aHint
- the overall painting quality- Returns:
this
-