Package org.verapdf.model.pdlayer
Interface PDExtGState
- All Superinterfaces:
Object,PDObject,PDResource
ExtGState dictionary
-
Method Summary
Modifier and TypeMethodDescriptionblend modegetca()fill alphagetCA()stroke alphatrue if the ExtGState dictionary contains BM keytrue if the ExtGState dictionary contains HTO keytrue if the ExtGState dictionary contains HTP keytrue if the ExtGState dictionary contains SMask keytrue if the ExtGState dictionary contains TR keytrue if the ExtGState dictionary contains TR2 keyString representation of the SMask key ("None" or "Custom")TR2 functionMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
Method Details
-
getTR2NameValue
String getTR2NameValue()TR2 function -
getcontainsTR
Boolean getcontainsTR()true if the ExtGState dictionary contains TR key -
getcontainsTR2
Boolean getcontainsTR2()true if the ExtGState dictionary contains TR2 key -
getcontainsHTP
Boolean getcontainsHTP()true if the ExtGState dictionary contains HTP key -
getcontainsHTO
Boolean getcontainsHTO()true if the ExtGState dictionary contains HTO key -
getSMaskNameValue
String getSMaskNameValue()String representation of the SMask key ("None" or "Custom") -
getcontainsSMask
Boolean getcontainsSMask()true if the ExtGState dictionary contains SMask key -
getcontainsBM
Boolean getcontainsBM()true if the ExtGState dictionary contains BM key -
getBMNameValue
String getBMNameValue()blend mode -
getca
Double getca()fill alpha -
getCA
Double getCA()stroke alpha
-