Class IndexedColorant
- java.lang.Object
-
- org.apache.pdfbox.debugger.colorpane.IndexedColorant
-
public class IndexedColorant extends java.lang.Object
Class to represent Colorant in Indexed color.
-
-
Constructor Summary
Constructors Constructor Description IndexedColorant()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color
getColor()
int
getIndex()
java.lang.String
getRGBValuesString()
void
setIndex(int index)
void
setRgbValues(float[] rgbValues)
-