Uses of Interface
org.verapdf.model.pdlayer.PDXObject
-
Packages that use PDXObject Package Description org.verapdf.gf.model.impl.operator.xobject org.verapdf.gf.model.impl.pd.images org.verapdf.model.pdlayer -
-
Uses of PDXObject in org.verapdf.gf.model.impl.operator.xobject
Methods in org.verapdf.gf.model.impl.operator.xobject that return types with arguments of type PDXObject Modifier and Type Method Description List<PDXObject>GFOp_Do. getXObject() -
Uses of PDXObject in org.verapdf.gf.model.impl.pd.images
Classes in org.verapdf.gf.model.impl.pd.images that implement PDXObject Modifier and Type Class Description classGFPDInlineImageclassGFPDSMaskImageclassGFPDXFormclassGFPDXImageclassGFPDXObjectMethods in org.verapdf.gf.model.impl.pd.images that return PDXObject Modifier and Type Method Description static PDXObjectGFPDXObject. getTypedPDXObject(PDXObject xObject, PDResourcesHandler resources, GraphicState inheritedGraphicState, String parentStructureTag, String parentsTags) -
Uses of PDXObject in org.verapdf.model.pdlayer
Subinterfaces of PDXObject in org.verapdf.model.pdlayer Modifier and Type Interface Description interfacePDInlineImageInline image objectinterfacePDSMaskImagein the soft mask defines shape and is not subject to PDF/A validationinterfacePDXFormForm XObjectinterfacePDXImageImage XObject
-