Class GFAAppearanceTrapNet
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAAppearanceTrapNet
-
- All Implemented Interfaces:
AAppearanceTrapNet,AObject,Object
public class GFAAppearanceTrapNet extends GFAObject implements AAppearanceTrapNet
-
-
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 GFAAppearanceTrapNet(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsD()BooleangetcontainsN()BooleangetcontainsR()BooleangetDHasTypeDictionary()BooleangetDHasTypeStream()COSObjectgetDValue()BooleangetisDIndirect()BooleangetisNIndirect()BooleangetisRIndirect()List<? extends Object>getLinkedObjects(String link)BooleangetNHasTypeDictionary()BooleangetNHasTypeStream()COSObjectgetNValue()BooleangetRHasTypeDictionary()BooleangetRHasTypeStream()COSObjectgetRValue()-
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
-
getcontainsD
public Boolean getcontainsD()
- Specified by:
getcontainsDin interfaceAAppearanceTrapNet
-
getDValue
public COSObject getDValue()
-
getisDIndirect
public Boolean getisDIndirect()
- Specified by:
getisDIndirectin interfaceAAppearanceTrapNet
-
getDHasTypeDictionary
public Boolean getDHasTypeDictionary()
- Specified by:
getDHasTypeDictionaryin interfaceAAppearanceTrapNet
-
getDHasTypeStream
public Boolean getDHasTypeStream()
- Specified by:
getDHasTypeStreamin interfaceAAppearanceTrapNet
-
getcontainsN
public Boolean getcontainsN()
- Specified by:
getcontainsNin interfaceAAppearanceTrapNet
-
getNValue
public COSObject getNValue()
-
getisNIndirect
public Boolean getisNIndirect()
- Specified by:
getisNIndirectin interfaceAAppearanceTrapNet
-
getNHasTypeDictionary
public Boolean getNHasTypeDictionary()
- Specified by:
getNHasTypeDictionaryin interfaceAAppearanceTrapNet
-
getNHasTypeStream
public Boolean getNHasTypeStream()
- Specified by:
getNHasTypeStreamin interfaceAAppearanceTrapNet
-
getcontainsR
public Boolean getcontainsR()
- Specified by:
getcontainsRin interfaceAAppearanceTrapNet
-
getRValue
public COSObject getRValue()
-
getisRIndirect
public Boolean getisRIndirect()
- Specified by:
getisRIndirectin interfaceAAppearanceTrapNet
-
getRHasTypeDictionary
public Boolean getRHasTypeDictionary()
- Specified by:
getRHasTypeDictionaryin interfaceAAppearanceTrapNet
-
getRHasTypeStream
public Boolean getRHasTypeStream()
- Specified by:
getRHasTypeStreamin interfaceAAppearanceTrapNet
-
-