Package org.verapdf.gf.model.impl.pd
Class GFPDExtGState
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDResource
org.verapdf.gf.model.impl.pd.GFPDExtGState
- All Implemented Interfaces:
Object,PDExtGState,PDObject,PDResource
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
RESOURCE_TYPEFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
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 keygetLinkedObjects(String link) String representation of the SMask key ("None" or "Custom")TR2 functionMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
getisInheritedMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKeyMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
Field Details
-
EXT_G_STATE_TYPE
- See Also:
-
RI
- See Also:
-
LINK_BM
- See Also:
-
HALFTONE
- See Also:
-
CUSTOM_FUNCTIONS
- See Also:
-
-
Constructor Details
-
GFPDExtGState
-
-
Method Details
-
getca
Description copied from interface:PDExtGStatefill alpha- Specified by:
getcain interfacePDExtGState
-
getCA
Description copied from interface:PDExtGStatestroke alpha- Specified by:
getCAin interfacePDExtGState
-
getTR2NameValue
Description copied from interface:PDExtGStateTR2 function- Specified by:
getTR2NameValuein interfacePDExtGState
-
getcontainsTR
Description copied from interface:PDExtGStatetrue if the ExtGState dictionary contains TR key- Specified by:
getcontainsTRin interfacePDExtGState
-
getcontainsTR2
Description copied from interface:PDExtGStatetrue if the ExtGState dictionary contains TR2 key- Specified by:
getcontainsTR2in interfacePDExtGState
-
getcontainsHTP
Description copied from interface:PDExtGStatetrue if the ExtGState dictionary contains HTP key- Specified by:
getcontainsHTPin interfacePDExtGState
-
getcontainsHTO
Description copied from interface:PDExtGStatetrue if the ExtGState dictionary contains HTO key- Specified by:
getcontainsHTOin interfacePDExtGState
-
getSMaskNameValue
Description copied from interface:PDExtGStateString representation of the SMask key ("None" or "Custom")- Specified by:
getSMaskNameValuein interfacePDExtGState
-
getcontainsSMask
Description copied from interface:PDExtGStatetrue if the ExtGState dictionary contains SMask key- Specified by:
getcontainsSMaskin interfacePDExtGState
-
getcontainsBM
Description copied from interface:PDExtGStatetrue if the ExtGState dictionary contains BM key- Specified by:
getcontainsBMin interfacePDExtGState
-
getBMNameValue
Description copied from interface:PDExtGStateblend mode- Specified by:
getBMNameValuein interfacePDExtGState
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-