Class GFAColorSpaceMap
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAColorSpaceMap
-
- All Implemented Interfaces:
AColorSpaceMap,AObject,Object
public class GFAColorSpaceMap extends GFAObject implements AColorSpaceMap
-
-
Field Summary
-
Fields inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
baseObject, keyName, parentObject, PDF_DATE_FORMAT_REGEX
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFAColorSpaceMap(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsDefaultCMYK()BooleangetcontainsDefaultGray()BooleangetcontainsDefaultRGB()BooleangetDefaultCMYKHasTypeArray()COSObjectgetDefaultCMYKValue()BooleangetDefaultGrayHasTypeArray()COSObjectgetDefaultGrayValue()BooleangetDefaultRGBHasTypeArray()COSObjectgetDefaultRGBValue()List<? extends Object>getLinkedObjects(String link)-
Methods inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
clearAllContainers, getExtraContext, getfileSize, getID, getisEncryptedWrapper, getisPDFTagged, getkeyName, getKeysSet, getkeysString, getnotStandard14Font, getnumberOfPages, getPageObject, getsize, hasCycle, setKeysSet
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, 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.alayer.AObject
getfileSize, getisEncryptedWrapper, getisPDFTagged, getkeyName, getkeysString, getnotStandard14Font, getnumberOfPages, getsize
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
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
-
getcontainsDefaultCMYK
public Boolean getcontainsDefaultCMYK()
- Specified by:
getcontainsDefaultCMYKin interfaceAColorSpaceMap
-
getDefaultCMYKValue
public COSObject getDefaultCMYKValue()
-
getDefaultCMYKHasTypeArray
public Boolean getDefaultCMYKHasTypeArray()
- Specified by:
getDefaultCMYKHasTypeArrayin interfaceAColorSpaceMap
-
getcontainsDefaultGray
public Boolean getcontainsDefaultGray()
- Specified by:
getcontainsDefaultGrayin interfaceAColorSpaceMap
-
getDefaultGrayValue
public COSObject getDefaultGrayValue()
-
getDefaultGrayHasTypeArray
public Boolean getDefaultGrayHasTypeArray()
- Specified by:
getDefaultGrayHasTypeArrayin interfaceAColorSpaceMap
-
getcontainsDefaultRGB
public Boolean getcontainsDefaultRGB()
- Specified by:
getcontainsDefaultRGBin interfaceAColorSpaceMap
-
getDefaultRGBValue
public COSObject getDefaultRGBValue()
-
getDefaultRGBHasTypeArray
public Boolean getDefaultRGBHasTypeArray()
- Specified by:
getDefaultRGBHasTypeArrayin interfaceAColorSpaceMap
-
-