Class GFASoftMaskLuminosity
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFASoftMaskLuminosity
-
- All Implemented Interfaces:
AObject,ASoftMaskLuminosity,Object
public class GFASoftMaskLuminosity extends GFAObject implements ASoftMaskLuminosity
-
-
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 GFASoftMaskLuminosity(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBCHasTypeArray()COSObjectgetBCValue()BooleangetcontainsBC()BooleangetcontainsG()BooleangetcontainsGGroupCS()BooleangetcontainsS()BooleangetcontainsTR()BooleangetcontainsType()StringgetGGroupSNameValue()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 interfaceASoftMaskLuminosity
-
getBCValue
public COSObject getBCValue()
-
getBCHasTypeArray
public Boolean getBCHasTypeArray()
- Specified by:
getBCHasTypeArrayin interfaceASoftMaskLuminosity
-
getcontainsG
public Boolean getcontainsG()
- Specified by:
getcontainsGin interfaceASoftMaskLuminosity
-
getGValue
public COSObject getGValue()
-
getisGIndirect
public Boolean getisGIndirect()
- Specified by:
getisGIndirectin interfaceASoftMaskLuminosity
-
getGHasTypeStream
public Boolean getGHasTypeStream()
- Specified by:
getGHasTypeStreamin interfaceASoftMaskLuminosity
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceASoftMaskLuminosity
-
getSValue
public COSObject getSValue()
-
getSHasTypeName
public Boolean getSHasTypeName()
- Specified by:
getSHasTypeNamein interfaceASoftMaskLuminosity
-
getSNameValue
public String getSNameValue()
- Specified by:
getSNameValuein interfaceASoftMaskLuminosity
-
getcontainsTR
public Boolean getcontainsTR()
- Specified by:
getcontainsTRin interfaceASoftMaskLuminosity
-
getTRDefaultValue
public COSObject getTRDefaultValue()
-
getTRValue
public COSObject getTRValue()
-
getisTRIndirect
public Boolean getisTRIndirect()
- Specified by:
getisTRIndirectin interfaceASoftMaskLuminosity
-
getTRHasTypeDictionary
public Boolean getTRHasTypeDictionary()
- Specified by:
getTRHasTypeDictionaryin interfaceASoftMaskLuminosity
-
getTRHasTypeName
public Boolean getTRHasTypeName()
- Specified by:
getTRHasTypeNamein interfaceASoftMaskLuminosity
-
getTRHasTypeStream
public Boolean getTRHasTypeStream()
- Specified by:
getTRHasTypeStreamin interfaceASoftMaskLuminosity
-
getTRNameValue
public String getTRNameValue()
- Specified by:
getTRNameValuein interfaceASoftMaskLuminosity
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceASoftMaskLuminosity
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceASoftMaskLuminosity
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceASoftMaskLuminosity
-
getGGroupSNameValue
public String getGGroupSNameValue()
- Specified by:
getGGroupSNameValuein interfaceASoftMaskLuminosity
-
getcontainsGGroupCS
public Boolean getcontainsGGroupCS()
- Specified by:
getcontainsGGroupCSin interfaceASoftMaskLuminosity
-
-