public class PBShadingFeaturesObjectAdapter extends Object implements ShadingFeaturesObjectAdapter
| Constructor and Description |
|---|
PBShadingFeaturesObjectAdapter(PDShading shading,
String id,
String colorSpaceChild)
Constructs new shading features object adapter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAntiAlias() |
double[] |
getBBox() |
String |
getColorSpaceChild() |
List<String> |
getErrors() |
String |
getID() |
int |
getShadingType() |
boolean |
isPDFObjectPresent() |
public PBShadingFeaturesObjectAdapter(PDShading shading, String id, String colorSpaceChild)
shading - PDShading which represents shading for feature reportid - id of the objectcolorSpaceChild - colorSpace id which contains in this shadingpublic String getID()
getID in interface ShadingFeaturesObjectAdapterpublic String getColorSpaceChild()
getColorSpaceChild in interface ShadingFeaturesObjectAdapterpublic int getShadingType()
getShadingType in interface ShadingFeaturesObjectAdapterpublic double[] getBBox()
getBBox in interface ShadingFeaturesObjectAdapterpublic boolean getAntiAlias()
getAntiAlias in interface ShadingFeaturesObjectAdapterpublic boolean isPDFObjectPresent()
isPDFObjectPresent in interface FeaturesObjectAdapterpublic List<String> getErrors()
getErrors in interface FeaturesObjectAdapterCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.