public class GFImageXObjectFeaturesObjectAdapter extends Object
| Constructor and Description |
|---|
GFImageXObjectFeaturesObjectAdapter(PDXImage 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 GFImageXObjectFeaturesObjectAdapter(PDXImage imageXObject,
String id,
String colorSpaceChild,
String maskChild,
String sMaskChild,
Set<String> alternatesChild)
imageXObject - PDXImage 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 List<StreamFilterAdapter> getFilterAdapters()
public boolean isPDFObjectPresent()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.