| Package | Description |
|---|---|
| org.verapdf.features.objects | |
| org.verapdf.features.tools |
| Modifier and Type | Method and Description |
|---|---|
FeatureTreeNode |
AnnotationFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
ColorSpaceFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
DocSecurityFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
EmbeddedFileFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
ExtGStateFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
protected abstract FeatureTreeNode |
FeaturesObject.collectFeatures() |
FeatureTreeNode |
FontFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
FormXObjectFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
ICCProfileFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
protected FeatureTreeNode |
ImageXObjectFeaturesObject.collectFeatures() |
FeatureTreeNode |
InfoDictFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
LowLvlInfoFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
MetadataFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
OutlinesFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
OutputIntentFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
PageFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
PostScriptFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
PropertiesDictFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
ShadingFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
ShadingPatternFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
SignatureFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
TilingPatternFeaturesObject.collectFeatures()
Reports all features from the object into the collection
|
FeatureTreeNode |
FeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureTreeNode |
CreateNodeHelper.addBoxFeature(String name,
double[] box,
FeatureTreeNode parent)
Creates feature node for boxes
|
FeatureTreeNode |
FeatureTreeNode.addChild(FeatureTreeNode node) |
FeatureTreeNode |
FeatureTreeNode.addChild(String nodeName)
Add a child to the node
|
static FeatureTreeNode |
CreateNodeHelper.addDeviceColorSpaceNode(String name,
double[] color,
FeatureTreeNode parent,
FeaturesObject object)
Creates new node for device color space
|
FeatureTreeNode |
FeatureTreeNode.addMetadataChild(String nodeName)
Add a child to the node
|
static FeatureTreeNode |
CreateNodeHelper.addNotEmptyNode(String name,
String value,
FeatureTreeNode parent)
Creates new node with given name and value if both of this parametrs are
not null
|
static void |
CreateNodeHelper.addWidthHeightFeatures(double[] box,
FeatureTreeNode parent) |
static FeatureTreeNode |
CreateNodeHelper.createDateNode(String nodeName,
FeatureTreeNode parent,
Calendar date,
FeaturesObject object)
Creates node with date value formatted in XML format from the given
Calendar
|
static void |
CreateNodeHelper.parseIDSet(Set<String> set,
String elementName,
String setName,
FeatureTreeNode root)
Creates elements with name
elementName and attribute id with
values from set and attach them to the root element in
case, when setName is null and to the element with root
parent and name elementName in other case |
static void |
CreateNodeHelper.parseMatrix(double[] array,
FeatureTreeNode parent) |
static FeatureTreeNode |
CreateNodeHelper.parseMetadata(InputStream metadata,
String nodeName,
FeatureTreeNode parent,
FeaturesObject object) |
void |
FeatureTreeNode.setValue(String value)
Add value to the node
|
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.