Class IndexedColorant
java.lang.Object
org.apache.pdfbox.debugger.colorpane.IndexedColorant
Class to represent Colorant in Indexed color.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
int
getIndex()
void
setIndex
(int index) void
setRgbValues
(float[] rgbValues)
-
Field Details
-
index
private int index -
rgbValues
private float[] rgbValues
-
-
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
-
getRGBValuesString
-