Interface ISeriesRenderingHints

All Known Subinterfaces:
ISeriesRenderingHints3D
All Known Implementing Classes:
SeriesRenderingHints, SeriesRenderingHints, SeriesRenderingHints3D

public interface ISeriesRenderingHints
This interface defines the rendering hints required by series renderer.
  • Field Details

    • UNDEFINED

      static final int UNDEFINED
      Indicates the state is unknown.
      See Also:
    • BASE_ORTHOGONAL_IN_SYNC

      static final int BASE_ORTHOGONAL_IN_SYNC
      Indicates the base and orthogonal datasets are synchronized.
      See Also:
    • BASE_ORTHOGONAL_OUT_OF_SYNC

      static final int BASE_ORTHOGONAL_OUT_OF_SYNC
      Indicates the base and orthogonal datasets are out of sync.
      See Also:
    • BASE_EMPTY

      static final int BASE_EMPTY
      Indicates the base dataset is empty.
      See Also:
    • ORTHOGONAL_EMPTY

      static final int ORTHOGONAL_EMPTY
      Indicates the orthogonal dataset is empty.
      See Also:
    • BASE_ANCILLARY_IN_SYNC

      static final int BASE_ANCILLARY_IN_SYNC
      Indicates the base and ancillary datasets are synchronized.
      See Also:
    • BASE_ANCILLARY_OUT_OF_SYNC

      static final int BASE_ANCILLARY_OUT_OF_SYNC
      Indicates the base and ancillary datasets are out of sync.
      See Also:
    • ANCILLARY_EMPTY

      static final int ANCILLARY_EMPTY
      Indicates the ancillary dataset is empty.
      See Also:
  • Method Details