Class IndexedColorant

java.lang.Object
org.apache.pdfbox.debugger.colorpane.IndexedColorant

public class IndexedColorant extends Object
Class to represent Colorant in Indexed color.
  • Constructor Details

    • IndexedColorant

      public IndexedColorant()
      Constructor.
  • Method Details

    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • setRgbValues

      public void setRgbValues(float[] rgbValues)
    • getColor

      public Color getColor()
    • getRGBValuesString

      public String getRGBValuesString()