Package org.verapdf.model.pdlayer
Interface PDExtGState
-
- All Superinterfaces:
Object,PDObject,PDResource
public interface PDExtGState extends PDResource
ExtGState dictionary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBM()blend modeDoublegetca()fill alphaDoublegetCA()stroke alphaBooleangetcontainsHTO()true if the ExtGState dictionary contains HTO keyBooleangetcontainsHTP()true if the ExtGState dictionary contains HTP keyStringgetSMask()String representation of the SMask key ("None" or "Custom")StringgetTR()TR functionStringgetTR2()TR2 function-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
-
-
-
Method Detail
-
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
-
-