Class GFPDDeviceN
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.GFPDDeviceN
- All Implemented Interfaces:
Object,PDColorSpace,PDDeviceN,PDObject,PDResource
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontrue if all colorant names are present as keys in the Colorants dictionary of the DeviceN attributes dictionarygetLinkedObjects(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
-
DEVICE_N_TYPE
- See Also:
-
TINT_TRANSFORM
- See Also:
-
ALTERNATE
- See Also:
-
COLORANT_NAMES
- See Also:
-
COLORANTS
- See Also:
-
PROCESS_COLOR
- See Also:
-
IGNORED_COLORANTS
-
-
Constructor Details
-
GFPDDeviceN
-
-
Method Details
-
getareColorantsPresent
Description copied from interface:PDDeviceNtrue if all colorant names are present as keys in the Colorants dictionary of the DeviceN attributes dictionary- Specified by:
getareColorantsPresentin interfacePDDeviceN
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-