Package org.verapdf.gf.model.impl.pd
Class GFPDOutputIntent
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDOutputIntent
- All Implemented Interfaces:
Object,PDObject,PDOutputIntent
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontrue if the output intent dictionary contains DestOutputProfileRef keystring representation of the indirect link to the ICC output profilestring representation of the md5 of the ICC profilegetLinkedObjects(String link) value of the /OutputConditionIdentifier entry in the output intent dictionary (or null, if this entry is not present)getS()value of the /S entry (the output intent subtype) in the output intent dictionary (or null, if this entry is not present)Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getIDMethods 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, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Field Details
-
OUTPUT_INTENT_TYPE
- See Also:
-
DEST_PROFILE
- See Also:
-
-
Constructor Details
-
GFPDOutputIntent
-
-
Method Details
-
getdestOutputProfileIndirect
Description copied from interface:PDOutputIntentstring representation of the indirect link to the ICC output profile- Specified by:
getdestOutputProfileIndirectin interfacePDOutputIntent
-
getS
Description copied from interface:PDOutputIntentvalue of the /S entry (the output intent subtype) in the output intent dictionary (or null, if this entry is not present)- Specified by:
getSin interfacePDOutputIntent
-
getOutputConditionIdentifier
Description copied from interface:PDOutputIntentvalue of the /OutputConditionIdentifier entry in the output intent dictionary (or null, if this entry is not present)- Specified by:
getOutputConditionIdentifierin interfacePDOutputIntent
-
getcontainsDestOutputProfileRef
Description copied from interface:PDOutputIntenttrue if the output intent dictionary contains DestOutputProfileRef key- Specified by:
getcontainsDestOutputProfileRefin interfacePDOutputIntent
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getICCProfileMD5
Description copied from interface:PDOutputIntentstring representation of the md5 of the ICC profile- Specified by:
getICCProfileMD5in interfacePDOutputIntent
-