| 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 |
| 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 PBImageXObjectFeaturesObject |
PBFeaturesObjectCreator.createImageXObjectFeaturesObject(PDImageXObjectProxy imageXObject,
String id,
String colorSpaceChild,
String maskChild,
String sMaskChild,
Set<String> alternatesChild)
Constructs new PBImageXObjectFeaturesObject
|
| Constructor and Description |
|---|
PBImageXObjectFeaturesObject(PDImageXObjectProxy imageXObject,
String id,
String colorSpaceChild,
String maskChild,
String sMaskChild,
Set<String> alternatesChild)
Constructs new shading features object
|
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.