Class GFPDICCBased
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
- All Implemented Interfaces:
Object,PDColorSpace,PDICCBased,PDObject,PDResource
- Direct Known Subclasses:
GFPDICCBasedCMYK
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsFields 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
ConstructorsModifierConstructorDescriptionGFPDICCBased(PDICCBased simplePDObject) protectedGFPDICCBased(PDICCBased simplePDObject, String type) -
Method Summary
Modifier and TypeMethodDescriptionstring representation of the md5 of the current transparency ICC profilestring representation of the indirect link to the current transparency ICC profilestring representation of the indirect link to the ICC profilestring representation of the md5 of the ICC profilegetLinkedObjects(String link) Methods 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
getentries, getID, getobjectKeyMethods 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.PDColorSpace
getnrComponentsMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
Field Details
-
ICC_BASED_TYPE
- See Also:
-
ICC_PROFILE
- See Also:
-
-
Constructor Details
-
GFPDICCBased
-
GFPDICCBased
-
-
Method Details
-
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:PDICCBasedstring representation of the md5 of the ICC profile- Specified by:
getICCProfileMD5in interfacePDICCBased
-
getcurrentTransparencyProfileIndirect
Description copied from interface:PDICCBasedstring representation of the indirect link to the current transparency ICC profile- Specified by:
getcurrentTransparencyProfileIndirectin interfacePDICCBased
-
getcurrentTransparencyICCProfileMD5
Description copied from interface:PDICCBasedstring representation of the md5 of the current transparency ICC profile- Specified by:
getcurrentTransparencyICCProfileMD5in interfacePDICCBased
-
getICCProfileIndirect
Description copied from interface:PDICCBasedstring representation of the indirect link to the ICC profile- Specified by:
getICCProfileIndirectin interfacePDICCBased
-