| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.pb.objects | |
| org.verapdf.features.pb.tools | |
| org.verapdf.features.tools |
| Modifier and Type | Method and Description |
|---|---|
FeatureTreeNode |
IFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
| Modifier and Type | Method and Description |
|---|---|
FeatureTreeNode |
PBFontFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBTilingPatternFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBSignatureFeaturesObject.reportFeatures(FeatureExtractionResult collection) |
FeatureTreeNode |
PBShadingPatternFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBShadingFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBPropertiesDictFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBOutputIntentsFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBOutlinesFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBMetadataFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBLowLvlInfoFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBImageXObjectFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBFormXObjectFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBExtGStateFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBEmbeddedFileFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBDocSecurityFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBInfoDictFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBICCProfileFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBColorSpaceFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBAnnotationFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBPageFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureTreeNode |
PBCreateNodeHelper.addBoxFeature(String name,
PDRectangle box,
FeatureTreeNode parent)
Creates feature node for boxes
|
static FeatureTreeNode |
PBCreateNodeHelper.addDeviceColorSpaceNode(String name,
PDColor color,
FeatureTreeNode parent,
FeatureExtractionResult collection)
Creates new node for device color space
|
static FeatureTreeNode |
PBCreateNodeHelper.addNotEmptyNode(String name,
String value,
FeatureTreeNode parent)
Creates new node with given name and value if both of this parametrs are
not null
|
static FeatureTreeNode |
PBCreateNodeHelper.createDateNode(String nodeName,
FeatureTreeNode parent,
Calendar date,
FeatureExtractionResult collection)
Creates node with date value formatted in XML format from the given
Calendar
|
static void |
PBCreateNodeHelper.parseFloatMatrix(float[][] array,
FeatureTreeNode parent) |
static void |
PBCreateNodeHelper.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 FeatureTreeNode |
PBCreateNodeHelper.parseMetadata(PDMetadata metadata,
String nodeName,
FeatureTreeNode parent,
FeatureExtractionResult collection)
Creates FeatureTreeNode with name
nodeName, parent
parent, and content which is a stream r epresentation of the
metadata content. |
| Modifier and Type | Method and Description |
|---|---|
FeatureTreeNode |
FeatureTreeNode.addChild(FeatureTreeNode node) |
FeatureTreeNode |
FeatureTreeNode.addChild(String nodeName)
Add a child to the node
|
FeatureTreeNode |
FeatureTreeNode.addMetadataChild(String nodeName)
Add a child to the node
|
void |
FeatureTreeNode.setValue(String value)
Add value to the node
|
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.