Uses of Class
org.verapdf.pd.PDExtGState
-
-
Uses of PDExtGState in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type PDExtGState Modifier and Type Method Description static ExtGStateFeaturesObjectGFFeaturesObjectCreator. createExtGStateFeaturesObject(PDExtGState exGState, String id, String fontChildID)Creates new GFExtGStateFeaturesObjectAdapter -
Uses of PDExtGState in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type PDExtGState Constructor Description GFExtGStateFeaturesObjectAdapter(PDExtGState exGState, String id, String fontChildID)Constructs new extended graphics state feature object adapter -
Uses of PDExtGState in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks with parameters of type PDExtGState Modifier and Type Method Description voidGraphicsState. copyPropertiesFromExtGState(PDExtGState extGState) -
Uses of PDExtGState in org.verapdf.gf.model.factory.operators
Methods in org.verapdf.gf.model.factory.operators with parameters of type PDExtGState Modifier and Type Method Description voidGraphicState. copyPropertiesFormExtGState(PDExtGState extGState)voidTransparencyGraphicsState. copyPropertiesFormExtGState(PDExtGState extGState) -
Uses of PDExtGState in org.verapdf.gf.model.impl.operator.generalgs
Constructors in org.verapdf.gf.model.impl.operator.generalgs with parameters of type PDExtGState Constructor Description GFOp_gs(List<COSBase> arguments, PDExtGState extGState) -
Uses of PDExtGState in org.verapdf.gf.model.impl.pd
Constructors in org.verapdf.gf.model.impl.pd with parameters of type PDExtGState Constructor Description GFPDExtGState(PDExtGState state) -
Uses of PDExtGState in org.verapdf.gf.model.impl.pd.util
Methods in org.verapdf.gf.model.impl.pd.util that return PDExtGState Modifier and Type Method Description PDExtGStatePDResourcesHandler. getExtGState(ASAtom name)PDExtGStatePDResourcesHandler. getExtGState(COSName name) -
Uses of PDExtGState in org.verapdf.gf.model.impl.sa.util
Methods in org.verapdf.gf.model.impl.sa.util that return PDExtGState Modifier and Type Method Description PDExtGStateResourceHandler. getExtGState(ASAtom name)PDExtGStateResourceHandler. getExtGState(COSName name) -
Uses of PDExtGState in org.verapdf.pd
Methods in org.verapdf.pd that return PDExtGState Modifier and Type Method Description PDExtGStatePDResources. getExtGState(ASAtom name) -
Uses of PDExtGState in org.verapdf.pd.patterns
Methods in org.verapdf.pd.patterns that return PDExtGState Modifier and Type Method Description PDExtGStatePDShadingPattern. getExtGState()
-