public class PBShadingFeaturesObject extends Object implements IFeaturesObject
| Constructor and Description |
|---|
PBShadingFeaturesObject(PDShading shading,
String id,
String colorSpaceChild,
Set<String> pageParent,
Set<String> patternParent,
Set<String> xobjectParent,
Set<String> fontParent)
Constructs new shading features object
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesData |
getData() |
FeaturesObjectTypesEnum |
getType() |
FeatureTreeNode |
reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
public PBShadingFeaturesObject(PDShading shading, String id, String colorSpaceChild, Set<String> pageParent, Set<String> patternParent, Set<String> xobjectParent, Set<String> fontParent)
shading - PDShading which represents shading for feature reportid - id of the objectcolorSpaceChild - colorSpace id which contains in this shadingpageParent - set of page ids which contains the given shading as its resourcespatternParent - set of pattern ids which contains the given shading as its resourcesxobjectParent - set of xobject ids which contains the given shading as its resourcesfontParent - set of font ids which contains the given shading as its resourcespublic FeaturesObjectTypesEnum getType()
getType in interface IFeaturesObjectpublic FeatureTreeNode reportFeatures(FeaturesCollection collection) throws FeatureParsingException
reportFeatures in interface IFeaturesObjectcollection - collection for feature reportFeatureParsingException - occurs when wrong features tree node constructspublic FeaturesData getData()
getData in interface IFeaturesObjectCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.