Class TLspPlotPaintingHints
java.lang.Object
com.luciad.realtime.lightspeed.plots.TLspPlotPaintingHints
Deprecated.
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:
- 2012.1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.The plot painting functionality has been move to Lightspeed, please useTLspPlotPaintingHints
instead. -
Field Summary
Modifier and TypeFieldDescriptionstatic final TLspPlotPaintingHints
Deprecated.Predefined painting hints that set all available hints to the setting that favors higher performance over visual quality or correctness.static final TLspPlotPaintingHints
Deprecated.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
Deprecated.Deprecated.Specifies whether the plot layer should perform higher quality transparency blending.int
hashCode()
Deprecated.Deprecated.The plot painting functionality has been move to Lightspeed, please useTLspPlotPaintingHints
instead.
-
Field Details
-
MAX_QUALITY
Deprecated.Predefined painting hints that set all available hints to the setting that favors better visual quality or correctness over performance. -
MAX_PERFORMANCE
Deprecated.Predefined painting hints that set all available hints to the setting that favors higher performance over visual quality or correctness.
-
-
Method Details
-
newBuilder
Deprecated.The plot painting functionality has been move to Lightspeed, please useTLspPlotPaintingHints
instead.Creates a new TLspPlotPaintingHints.Builder with which plot painting hints can be created.- Returns:
- a new hints builder
-
getTransparencyBlending
Deprecated.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
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
TLspPlotPaintingHints
instead.