Documentation of 'de.erichseifert.gral.plots.colors.IndexedColorMapper' Java class
IndexedColorMapper
de.erichseifert.gral.plots.colors

Class IndexedColorMapper

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract java.awt.Paint get(int value)
      Returns the Paint object according to the specified index.
      java.awt.Paint get(java.lang.Number index)
      Returns the Paint object according to the specified index.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexedColorMapper

        public IndexedColorMapper()
    • Method Detail

      • get

        public abstract java.awt.Paint get(int value)
        Returns the Paint object according to the specified index.
        Parameters:
        value - Numeric index.
        Returns:
        Paint object.
      • get

        public java.awt.Paint get(java.lang.Number index)
        Returns the Paint object according to the specified index. The specified value will be handled like an integer index.
        Parameters:
        index - Numeric index object.
        Returns:
        Paint object.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.