Class GFPDICCBasedCMYK
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDResource
org.verapdf.gf.model.impl.pd.colors.GFPDColorSpace
org.verapdf.gf.model.impl.pd.colors.GFPDICCBased
org.verapdf.gf.model.impl.pd.colors.GFPDICCBasedCMYK
- All Implemented Interfaces:
Object,PDColorSpace,PDICCBased,PDICCBasedCMYK,PDObject,PDResource
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.colors.GFPDICCBased
ICC_BASED_TYPE, ICC_PROFILEFields inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
RESOURCE_TYPEFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFPDICCBasedCMYK(PDICCBased simplePDObject, int op, boolean overprintingFlag) -
Method Summary
Methods inherited from class org.verapdf.gf.model.impl.pd.colors.GFPDICCBased
getcurrentTransparencyICCProfileMD5, getcurrentTransparencyProfileIndirect, getICCProfileIndirect, getICCProfileMD5, getLinkedObjectsMethods inherited from class org.verapdf.gf.model.impl.pd.colors.GFPDColorSpace
getnrComponentsMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
getisInheritedMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentriesMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDColorSpace
getnrComponentsMethods inherited from interface org.verapdf.model.pdlayer.PDICCBased
getcurrentTransparencyICCProfileMD5, getcurrentTransparencyProfileIndirect, getICCProfileIndirect, getICCProfileMD5Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentriesMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
Field Details
-
ICC_BASED_CMYK_TYPE
- See Also:
-
-
Constructor Details
-
GFPDICCBasedCMYK
-
-
Method Details
-
getOPM
Description copied from interface:PDICCBasedCMYKthe value of the OPM key (0 or 1)- Specified by:
getOPMin interfacePDICCBasedCMYK
-
getoverprintFlag
Description copied from interface:PDICCBasedCMYK(/OP if the colour space is used for stroke, and /op if it used for non-stroke operations)- Specified by:
getoverprintFlagin interfacePDICCBasedCMYK
-
getID
- Specified by:
getIDin interfaceObject- Overrides:
getIDin classGFPDObject- Returns:
- id of the current object
-