Package org.verapdf.model.pdlayer
Interface PDExtGState
- All Superinterfaces:
Object,PDObject,PDResource
- All Known Implementing Classes:
GFPDExtGState
ExtGState dictionary
-
Method Summary
Modifier and TypeMethodDescriptiongetBM()blend modegetca()fill alphagetCA()stroke alphatrue if the ExtGState dictionary contains HTO keytrue if the ExtGState dictionary contains HTP keygetSMask()String representation of the SMask key ("None" or "Custom")getTR()TR functiongetTR2()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
-
getTR
String getTR()TR function -
getTR2
String getTR2()TR2 function -
getcontainsHTP
Boolean getcontainsHTP()true if the ExtGState dictionary contains HTP key -
getcontainsHTO
Boolean getcontainsHTO()true if the ExtGState dictionary contains HTO key -
getSMask
String getSMask()String representation of the SMask key ("None" or "Custom") -
getBM
String getBM()blend mode -
getca
Double getca()fill alpha -
getCA
Double getCA()stroke alpha
-