|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.graphics.color.PDColorSpace
org.apache.pdfbox.pdmodel.graphics.color.PDDeviceN
public class PDDeviceN
This class represents a DeviceN color space.
Field Summary | |
---|---|
static String |
NAME
The name of this color space. |
Constructor Summary | |
---|---|
PDDeviceN()
Constructor. |
|
PDDeviceN(COSArray separation)
Constructor. |
Method Summary | |
---|---|
COSArray |
calculateColorValues(List<COSBase> tintValues)
Returns the components of the color in the alternate colorspace for the given tint value. |
ColorModel |
createColorModel(int bpc)
Create a Java color model for this colorspace. |
protected ColorSpace |
createColorSpace()
Create a Java colorspace for this colorspace. |
PDColorSpace |
getAlternateColorSpace()
This will get the alternate color space for this separation. |
PDDeviceNAttributes |
getAttributes()
This will get the attributes that are associated with the deviceN color space. |
List<COSBase> |
getColorantNames()
This will get the colorant names. |
String |
getName()
This will return the name of the color space. |
int |
getNumberOfComponents()
This will get the number of components that this color space is made up of. |
PDFunction |
getTintTransform()
This will get the tint transform function. |
void |
setAlternateColorSpace(PDColorSpace cs)
This will set the alternate color space. |
void |
setAttributes(PDDeviceNAttributes attributes)
This will set the color space attributes. |
void |
setColorantNames(List<COSBase> names)
This will set the list of colorants. |
void |
setTintTransform(PDFunction tint)
This will set the tint transform function. |
Methods inherited from class org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace |
---|
getCOSObject, getJavaColorSpace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NAME
Constructor Detail |
---|
public PDDeviceN()
public PDDeviceN(COSArray separation)
separation
- The array containing all separation information.Method Detail |
---|
public String getName()
getName
in class PDColorSpace
public int getNumberOfComponents() throws IOException
getNumberOfComponents
in class PDColorSpace
IOException
- If there is an error getting the number of color components.protected ColorSpace createColorSpace() throws IOException
createColorSpace
in class PDColorSpace
IOException
- If there is an error creating the color space.public ColorModel createColorModel(int bpc) throws IOException
createColorModel
in class PDColorSpace
bpc
- The number of bits per component.
IOException
- If there is an error creating the color model.public List<COSBase> getColorantNames()
public void setColorantNames(List<COSBase> names)
names
- The list of colorant names.public PDColorSpace getAlternateColorSpace() throws IOException
IOException
- If there is an error getting the alternate color space.public void setAlternateColorSpace(PDColorSpace cs)
cs
- The alternate color space.public PDFunction getTintTransform() throws IOException
IOException
- if there is an error creating the function.public void setTintTransform(PDFunction tint)
tint
- The tint transform function.public PDDeviceNAttributes getAttributes()
public void setAttributes(PDDeviceNAttributes attributes)
attributes
- The color space attributes.public COSArray calculateColorValues(List<COSBase> tintValues) throws IOException
tintValues
- a list containing the tint values
IOException
- If the tint function is not supported
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |