public class PDFCIELabColorSpace extends PDFArray implements PDFColorSpace
Constructor and Description |
---|
PDFCIELabColorSpace(float[] whitePoint,
float[] blackPoint)
Creates a new "CIE L*a*b*" color space.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
int |
getNumComponents()
Get the number of color components for this colorspace
|
boolean |
isCMYKColorSpace() |
boolean |
isDeviceColorSpace() |
boolean |
isGrayColorSpace() |
boolean |
isRGBColorSpace() |
add, add, clear, contains, get, getChildren, length, output, set, set
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF, toPDFString
public PDFCIELabColorSpace(float[] whitePoint, float[] blackPoint)
whitePoint
- the white pointblackPoint
- the optional black point (may be null)public java.lang.String getName()
getName
in interface PDFColorSpace
public int getNumComponents()
getNumComponents
in interface PDFColorSpace
public boolean isCMYKColorSpace()
isCMYKColorSpace
in interface PDFColorSpace
public boolean isDeviceColorSpace()
isDeviceColorSpace
in interface PDFColorSpace
public boolean isGrayColorSpace()
isGrayColorSpace
in interface PDFColorSpace
public boolean isRGBColorSpace()
isRGBColorSpace
in interface PDFColorSpace
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.