Package org.verapdf.pd.colors
Class PDDeviceCMYK
- java.lang.Object
-
- org.verapdf.pd.PDObject
-
- org.verapdf.pd.PDResource
-
- org.verapdf.pd.colors.PDColorSpace
-
- org.verapdf.pd.colors.PDDeviceCMYK
-
public class PDDeviceCMYK extends PDColorSpace
- Author:
- Maksim Bezrukov
-
-
Field Summary
Fields Modifier and Type Field Description static PDDeviceCMYKINHERITED_INSTANCEstatic PDDeviceCMYKINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfComponents()ASAtomgetType()-
Methods inherited from class org.verapdf.pd.PDResource
isInherited, setInherited
-
Methods inherited from class org.verapdf.pd.PDObject
clear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObject
-
-
-
-
Field Detail
-
INSTANCE
public static final PDDeviceCMYK INSTANCE
-
INHERITED_INSTANCE
public static final PDDeviceCMYK INHERITED_INSTANCE
-
-
Method Detail
-
getNumberOfComponents
public int getNumberOfComponents()
- Specified by:
getNumberOfComponentsin classPDColorSpace
-
getType
public ASAtom getType()
- Specified by:
getTypein classPDColorSpace
-
-