Class TLspViewPaintingHints

java.lang.Object
com.luciad.view.lightspeed.TLspViewPaintingHints

public final class TLspViewPaintingHints extends Object
Defines hints that influence the behavior of ILspView, allowing the user to bias either towards higher performance or towards better visual quality. Painting hints can be constructed using the supplied TLspViewPaintingHints.Builder. The hints take into account the currently installed GPU. For example, the automatic setting will enable high-quality features for GPUs that can handle them without a considerable performance impact.

Currently, only a single hint (getQuality()) is defined. Additional hints may be introduced in the future.

Since:
2016.0
See Also:
  • Field Details

    • AUTOMATIC

      public static final TLspViewPaintingHints AUTOMATIC
      Predefined painting hints that set all available hints to the setting that balances performance and visual quality.
    • MAX_QUALITY

      public static final TLspViewPaintingHints MAX_QUALITY
      Predefined painting hints that set all available hints to the setting that favors better visual quality or correctness over performance.
    • MAX_PERFORMANCE

      public static final TLspViewPaintingHints MAX_PERFORMANCE
      Predefined painting hints that set all available hints to the setting that favors higher performance over visual quality or correctness.
  • Method Details