Package org.verapdf.model.pdlayer
Interface PDSeparation
- All Superinterfaces:
Object,PDColorSpace,PDObject,PDResource
- All Known Implementing Classes:
GFPDSeparation
Separation color space
-
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)getname()colorant name valueMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, 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
-
Method Details
-
getname
String getname()colorant name value -
getareTintAndAlternateConsistent
Boolean getareTintAndAlternateConsistent()true 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)
-