Class GFA3DAnimationStyle
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFA3DAnimationStyle
-
- All Implemented Interfaces:
A3DAnimationStyle,AObject,Object
public class GFA3DAnimationStyle extends GFAObject implements A3DAnimationStyle
-
-
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 GFA3DAnimationStyle(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsPC()BooleangetcontainsSubtype()BooleangetcontainsTM()BooleangetcontainsType()COSObjectgetPCDefaultValue()BooleangetPCHasTypeInteger()COSObjectgetPCValue()COSObjectgetSubtypeDefaultValue()BooleangetSubtypeHasTypeName()StringgetSubtypeNameValue()COSObjectgetSubtypeValue()COSObjectgetTMDefaultValue()BooleangetTMHasTypeNumber()DoublegetTMNumberValue()COSObjectgetTMValue()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, getLinkedObjects, 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getcontainsPC
public Boolean getcontainsPC()
- Specified by:
getcontainsPCin interfaceA3DAnimationStyle
-
getPCDefaultValue
public COSObject getPCDefaultValue()
-
getPCValue
public COSObject getPCValue()
-
getPCHasTypeInteger
public Boolean getPCHasTypeInteger()
- Specified by:
getPCHasTypeIntegerin interfaceA3DAnimationStyle
-
getcontainsSubtype
public Boolean getcontainsSubtype()
- Specified by:
getcontainsSubtypein interfaceA3DAnimationStyle
-
getSubtypeDefaultValue
public COSObject getSubtypeDefaultValue()
-
getSubtypeValue
public COSObject getSubtypeValue()
-
getSubtypeHasTypeName
public Boolean getSubtypeHasTypeName()
- Specified by:
getSubtypeHasTypeNamein interfaceA3DAnimationStyle
-
getSubtypeNameValue
public String getSubtypeNameValue()
- Specified by:
getSubtypeNameValuein interfaceA3DAnimationStyle
-
getcontainsTM
public Boolean getcontainsTM()
- Specified by:
getcontainsTMin interfaceA3DAnimationStyle
-
getTMDefaultValue
public COSObject getTMDefaultValue()
-
getTMValue
public COSObject getTMValue()
-
getTMHasTypeNumber
public Boolean getTMHasTypeNumber()
- Specified by:
getTMHasTypeNumberin interfaceA3DAnimationStyle
-
getTMNumberValue
public Double getTMNumberValue()
- Specified by:
getTMNumberValuein interfaceA3DAnimationStyle
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceA3DAnimationStyle
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceA3DAnimationStyle
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceA3DAnimationStyle
-
-