Class GFPDSeparation
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.GFPDSeparation
- All Implemented Interfaces:
Object,PDColorSpace,PDObject,PDResource,PDSeparation
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 this is the first occurrence the colorant with this name, or if this is the repeating occurrence and it has the same colorant name have the same titTransform and Alternate color space (compared as PDF objects)getLinkedObjects(String link) getname()colorant name valueMethods 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
-
SEPARATION_TYPE
- See Also:
-
TINT_TRANSFORM
- See Also:
-
ALTERNATE
- See Also:
-
COLORANT_NAME
- See Also:
-
-
Constructor Details
-
GFPDSeparation
-
-
Method Details
-
getareTintAndAlternateConsistent
Description copied from interface:PDSeparationtrue if this is the first occurrence the colorant with this name, or if this is the repeating occurrence and it has the same colorant name have the same titTransform and Alternate color space (compared as PDF objects)- Specified by:
getareTintAndAlternateConsistentin interfacePDSeparation
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getAlternate
- Returns:
- a
Listof alternatePDColorSpaceobjects
-
getname
Description copied from interface:PDSeparationcolorant name value- Specified by:
getnamein interfacePDSeparation
-