Class GFASoftMaskAlpha
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFASoftMaskAlpha
-
- All Implemented Interfaces:
AObject,ASoftMaskAlpha,Object
public class GFASoftMaskAlpha extends GFAObject implements ASoftMaskAlpha
-
-
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 GFASoftMaskAlpha(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBCHasTypeArray()COSObjectgetBCValue()BooleangetcontainsBC()BooleangetcontainsG()BooleangetcontainsS()BooleangetcontainsTR()BooleangetcontainsType()BooleangetGHasTypeStream()COSObjectgetGValue()BooleangetisGIndirect()BooleangetisTRIndirect()List<? extends Object>getLinkedObjects(String link)BooleangetSHasTypeName()StringgetSNameValue()COSObjectgetSValue()COSObjectgetTRDefaultValue()BooleangetTRHasTypeDictionary()BooleangetTRHasTypeName()BooleangetTRHasTypeStream()StringgetTRNameValue()COSObjectgetTRValue()BooleangetTypeHasTypeName()StringgetTypeNameValue()COSObjectgetTypeValue()-
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
-
getcontainsBC
public Boolean getcontainsBC()
- Specified by:
getcontainsBCin interfaceASoftMaskAlpha
-
getBCValue
public COSObject getBCValue()
-
getBCHasTypeArray
public Boolean getBCHasTypeArray()
- Specified by:
getBCHasTypeArrayin interfaceASoftMaskAlpha
-
getcontainsG
public Boolean getcontainsG()
- Specified by:
getcontainsGin interfaceASoftMaskAlpha
-
getGValue
public COSObject getGValue()
-
getisGIndirect
public Boolean getisGIndirect()
- Specified by:
getisGIndirectin interfaceASoftMaskAlpha
-
getGHasTypeStream
public Boolean getGHasTypeStream()
- Specified by:
getGHasTypeStreamin interfaceASoftMaskAlpha
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceASoftMaskAlpha
-
getSValue
public COSObject getSValue()
-
getSHasTypeName
public Boolean getSHasTypeName()
- Specified by:
getSHasTypeNamein interfaceASoftMaskAlpha
-
getSNameValue
public String getSNameValue()
- Specified by:
getSNameValuein interfaceASoftMaskAlpha
-
getcontainsTR
public Boolean getcontainsTR()
- Specified by:
getcontainsTRin interfaceASoftMaskAlpha
-
getTRDefaultValue
public COSObject getTRDefaultValue()
-
getTRValue
public COSObject getTRValue()
-
getisTRIndirect
public Boolean getisTRIndirect()
- Specified by:
getisTRIndirectin interfaceASoftMaskAlpha
-
getTRHasTypeDictionary
public Boolean getTRHasTypeDictionary()
- Specified by:
getTRHasTypeDictionaryin interfaceASoftMaskAlpha
-
getTRHasTypeName
public Boolean getTRHasTypeName()
- Specified by:
getTRHasTypeNamein interfaceASoftMaskAlpha
-
getTRHasTypeStream
public Boolean getTRHasTypeStream()
- Specified by:
getTRHasTypeStreamin interfaceASoftMaskAlpha
-
getTRNameValue
public String getTRNameValue()
- Specified by:
getTRNameValuein interfaceASoftMaskAlpha
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceASoftMaskAlpha
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceASoftMaskAlpha
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceASoftMaskAlpha
-
-