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
public class GFPDDeviceN extends GFPDColorSpace implements PDDeviceN
- Author:
- Maksim Bezrukov
-
-
Field Summary
Fields Modifier and Type Field Description static StringALTERNATEstatic StringCOLORANT_NAMESstatic StringCOLORANTSstatic StringDEVICE_N_TYPEstatic Set<ASAtom>IGNORED_COLORANTSstatic StringPROCESS_COLORstatic StringTINT_TRANSFORM-
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
RESOURCE_TYPE
-
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObject
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFPDDeviceN(PDDeviceN simplePDObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetareColorantsPresent()true if all colorant names are present as keys in the Colorants dictionary of the DeviceN attributes dictionaryList<? extends Object>getLinkedObjects(String link)-
Methods inherited from class org.verapdf.gf.model.impl.pd.colors.GFPDColorSpace
getnrComponents
-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
getisInherited
-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDColorSpace
getnrComponents
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Methods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
-
-
-
Field Detail
-
DEVICE_N_TYPE
public static final String DEVICE_N_TYPE
- See Also:
- Constant Field Values
-
TINT_TRANSFORM
public static final String TINT_TRANSFORM
- See Also:
- Constant Field Values
-
ALTERNATE
public static final String ALTERNATE
- See Also:
- Constant Field Values
-
COLORANT_NAMES
public static final String COLORANT_NAMES
- See Also:
- Constant Field Values
-
COLORANTS
public static final String COLORANTS
- See Also:
- Constant Field Values
-
PROCESS_COLOR
public static final String PROCESS_COLOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFPDDeviceN
public GFPDDeviceN(PDDeviceN simplePDObject)
-
-
Method Detail
-
getareColorantsPresent
public Boolean 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
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
-