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 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 TypeMethodDescriptiongetBM()blend modegetca()fill alphagetCA()stroke alphatrue if the ExtGState dictionary contains HTO keytrue if the ExtGState dictionary contains HTP keygetLinkedObjects(String link) getSMask()String representation of the SMask key ("None" or "Custom")getTR()TR functiongetTR2()TR2 functionMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
getisInheritedMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getIDMethods 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
getentriesMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
Field Details
-
EXT_G_STATE_TYPE
- See Also:
-
RI
- See Also:
-
BM
- See Also:
-
LINK_BM
- See Also:
-
FONT_SIZE
- See Also:
-
HALFTONE
- See Also:
-
CUSTOM_FUNCTIONS
- See Also:
-
-
Constructor Details
-
GFPDExtGState
-
-
Method Details
-
getTR
Description copied from interface:PDExtGStateTR function- Specified by:
getTRin interfacePDExtGState
-
getTR2
Description copied from interface:PDExtGStateTR2 function- Specified by:
getTR2in interfacePDExtGState
-
getSMask
Description copied from interface:PDExtGStateString representation of the SMask key ("None" or "Custom")- Specified by:
getSMaskin interfacePDExtGState
-
getBM
Description copied from interface:PDExtGStateblend mode- Specified by:
getBMin interfacePDExtGState
-
getca
Description copied from interface:PDExtGStatefill alpha- Specified by:
getcain interfacePDExtGState
-
getCA
Description copied from interface:PDExtGStatestroke alpha- Specified by:
getCAin 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
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-