Documentation of 'sgtplot.IndexedColor' Java class
IndexedColor
sgtplot

Interface IndexedColor

  • All Known Implementing Classes:
    CLIndexedColorMap, IndexedColorMap


    public interface IndexedColor
    Defines the access methods for color maps that support indexed color.
    Since:
    2.0
    • Method Detail

      • getColorByIndex

        java.awt.Color getColorByIndex(int index)
        Parameters:
        index -
        Returns:
        Since:
        3.0
      • setColor

        void setColor(int index,
                      java.awt.Color color)
      • setColor

        void setColor(int index,
                      int red,
                      int green,
                      int blue)
      • getMaximumIndex

        int getMaximumIndex()
        Get the maximum legal value of the color index.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.