| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel.graphics.image |
This package deals with images that are stored in a PDF document.
|
| org.verapdf.features.pb | |
| org.verapdf.features.pb.objects | |
| org.verapdf.model.impl.pb.pd.images |
| Modifier and Type | Method and Description |
|---|---|
PDImageXObjectProxy |
PDImageXObjectProxy.getMask()
Returns the Mask Image XObject associated with this image, or null if there is none.
|
PDImageXObjectProxy |
PDImageXObjectProxy.getSoftMask()
Returns the Soft Mask Image XObject associated with this image, or null if there is none.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageXObjectFeaturesObject |
PBFeaturesObjectCreator.createImageXObjectFeaturesObject(PDImageXObjectProxy imageXObject,
String id,
String colorSpaceChild,
String maskChild,
String sMaskChild,
Set<String> alternatesChild)
Constructs new PBImageXObjectFeaturesObject
|
| Constructor and Description |
|---|
PBImageXObjectFeaturesObjectAdapter(PDImageXObjectProxy imageXObject,
String id,
String colorSpaceChild,
String maskChild,
String sMaskChild,
Set<String> alternatesChild)
Constructs new shading features object
|
| Constructor and Description |
|---|
PBoxPDSMaskImage(PDImageXObjectProxy simplePDObject,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
PBoxPDXImage(PDImageXObjectProxy simplePDObject,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
PBoxPDXImage(PDImageXObjectProxy simplePDObject,
PDInheritableResources resources,
String type,
PDDocument document,
PDFAFlavour flavour) |
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.