public abstract class PDColorSpace extends PDObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PDColorSpace.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CN_CS_CalGray |
static COSName |
CN_CS_CalRGB |
static COSName |
CN_CS_CMYK |
static COSName |
CN_CS_DefaultCMYK |
static COSName |
CN_CS_DefaultGray |
static COSName |
CN_CS_DefaultRGB |
static COSName |
CN_CS_DeviceCMYK |
static COSName |
CN_CS_DeviceGray |
static COSName |
CN_CS_DeviceN |
static COSName |
CN_CS_DeviceRGB |
static COSName |
CN_CS_G |
static COSName |
CN_CS_I |
static COSName |
CN_CS_ICCBased |
static COSName |
CN_CS_Indexed |
static COSName |
CN_CS_Lab |
static COSName |
CN_CS_Pattern |
static COSName |
CN_CS_RGB |
static COSName |
CN_CS_Separation |
static PDColorSpace.MetaClass |
META
The meta class instance
|
DK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
static PDColorSpace |
getNamed(COSName name) |
static PDColorSpace |
getSingleton(COSName name)
return the singleton color space instance corresponding to the given name
|
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toStringchanged, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final COSName CN_CS_CalGray
public static final COSName CN_CS_CalRGB
public static final COSName CN_CS_CMYK
public static final COSName CN_CS_DeviceCMYK
public static final COSName CN_CS_DeviceGray
public static final COSName CN_CS_DeviceN
public static final COSName CN_CS_DeviceRGB
public static final COSName CN_CS_DefaultGray
public static final COSName CN_CS_DefaultCMYK
public static final COSName CN_CS_DefaultRGB
public static final COSName CN_CS_G
public static final COSName CN_CS_ICCBased
public static final COSName CN_CS_Indexed
public static final COSName CN_CS_I
public static final COSName CN_CS_Lab
public static final COSName CN_CS_Pattern
public static final COSName CN_CS_RGB
public static final COSName CN_CS_Separation
public static final PDColorSpace.MetaClass META
public static PDColorSpace getNamed(COSName name)
public static PDColorSpace getSingleton(COSName name)
name - must be one of the predefined color space namesCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.