Class GFADeviceNMixingHints
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFADeviceNMixingHints
-
- All Implemented Interfaces:
ADeviceNMixingHints,AObject,Object
public class GFADeviceNMixingHints extends GFAObject implements ADeviceNMixingHints
-
-
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 GFADeviceNMixingHints(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsDotGain()BooleangetcontainsPrintingOrder()BooleangetcontainsSolidities()BooleangetDotGainHasTypeDictionary()COSObjectgetDotGainValue()List<? extends Object>getLinkedObjects(String link)BooleangetPrintingOrderHasTypeArray()COSObjectgetPrintingOrderValue()BooleangetSoliditiesHasTypeDictionary()COSObjectgetSoliditiesValue()-
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
-
getcontainsDotGain
public Boolean getcontainsDotGain()
- Specified by:
getcontainsDotGainin interfaceADeviceNMixingHints
-
getDotGainValue
public COSObject getDotGainValue()
-
getDotGainHasTypeDictionary
public Boolean getDotGainHasTypeDictionary()
- Specified by:
getDotGainHasTypeDictionaryin interfaceADeviceNMixingHints
-
getcontainsPrintingOrder
public Boolean getcontainsPrintingOrder()
- Specified by:
getcontainsPrintingOrderin interfaceADeviceNMixingHints
-
getPrintingOrderValue
public COSObject getPrintingOrderValue()
-
getPrintingOrderHasTypeArray
public Boolean getPrintingOrderHasTypeArray()
- Specified by:
getPrintingOrderHasTypeArrayin interfaceADeviceNMixingHints
-
getcontainsSolidities
public Boolean getcontainsSolidities()
- Specified by:
getcontainsSoliditiesin interfaceADeviceNMixingHints
-
getSoliditiesValue
public COSObject getSoliditiesValue()
-
getSoliditiesHasTypeDictionary
public Boolean getSoliditiesHasTypeDictionary()
- Specified by:
getSoliditiesHasTypeDictionaryin interfaceADeviceNMixingHints
-
-