public class PBImageXObjectFeaturesObjectAdapter extends Object
| Constructor and Description |
|---|
PBImageXObjectFeaturesObjectAdapter(PDImageXObjectProxy imageXObject,
String id,
String colorSpaceChild,
String maskChild,
String sMaskChild,
Set<String> alternatesChild)
Constructs new shading features object
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAlternatesChild() |
Long |
getBitsPerComponent() |
String |
getColorSpaceChild() |
List<String> |
getErrors() |
List<StreamFilterAdapter> |
getFilterAdapters() |
List<String> |
getFilters() |
Long |
getHeight() |
String |
getID() |
boolean |
getImageMask() |
String |
getMaskChild() |
InputStream |
getMetadata() |
InputStream |
getRawStreamData() |
String |
getSMaskChild() |
Long |
getStructParent() |
Long |
getWidth() |
boolean |
isInterpolate() |
boolean |
isPDFObjectPresent() |
public PBImageXObjectFeaturesObjectAdapter(PDImageXObjectProxy imageXObject,
String id,
String colorSpaceChild,
String maskChild,
String sMaskChild,
Set<String> alternatesChild)
imageXObject - PDImageXObject which represents image xobject for feature
reportid - id of the objectcolorSpaceChild - colorSpace id which contains in this image xobjectmaskChild - image xobject id which contains in this image xobject as it's
masksMaskChild - image xobject id which contains in this image xobject as it's
smaskalternatesChild - set of image xobject ids which contains in this image xobject
as alternatespublic String getID()
public Long getWidth()
public Long getHeight()
public String getColorSpaceChild()
public Long getBitsPerComponent()
public boolean getImageMask()
public String getMaskChild()
public boolean isInterpolate()
public String getSMaskChild()
public Long getStructParent()
public InputStream getMetadata()
public InputStream getRawStreamData()
public boolean isPDFObjectPresent()
public List<StreamFilterAdapter> getFilterAdapters()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.