Class TLspPlotPaintingHints
java.lang.Object
com.luciad.view.lightspeed.layer.plots.TLspPlotPaintingHints
Defines hints that influence the behavior of plot layers (as created with
TLspPlotLayerBuilder),
allowing the user to bias the layer either towards higher performance or
towards better visual quality. Plot painting hints can be constructed using
the supplied TLspPlotPaintingHints.Builder.
Currently, only a single hint (getTransparencyBlending()) is
defined. This hint controls how icon transparency is handled.
Additional hints may be introduced in the future.
- Since:
- 2014.0
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLspPlotPaintingHints
Predefined painting hints that set all available hints to the setting that favors higher performance over visual quality or correctness.static final TLspPlotPaintingHints
Predefined painting hints that set all available hints to the setting that favors better visual quality or correctness over performance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Specifies whether the plot layer should perform higher quality transparency blending.int
hashCode()
Creates a new TLspPlotPaintingHints.Builder with which plot painting hints can be created.
-
Field Details
-
MAX_QUALITY
Predefined painting hints that set all available hints to the setting that favors better visual quality or correctness over performance. -
MAX_PERFORMANCE
Predefined painting hints that set all available hints to the setting that favors higher performance over visual quality or correctness.
-
-
Method Details
-
newBuilder
Creates a new TLspPlotPaintingHints.Builder with which plot painting hints can be created.- Returns:
- a new hints builder
-
getTransparencyBlending
Specifies whether the plot layer should perform higher quality transparency blending. For more details, see TLspPlotPaintingHints.Builder.transparencyBlending(com.luciad.view.lightspeed.ELspQualityHint).- Returns:
- the transparency blending quality hint
- See Also:
-
equals
-
hashCode
public int hashCode()
-