| Package | Description |
|---|---|
| org.verapdf |
Top level package housing single class, may be removed altogether.
|
| org.verapdf.features | |
| org.verapdf.features.tools |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureTreeNode> |
OTSExtractor.getFontFeatures(FontFeaturesData fontFeaturesData) |
| Modifier and Type | Method and Description |
|---|---|
FeatureTreeNode |
IFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports all features from the object into the collection
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<FeatureTreeNode> |
AbstractEmbeddedFileFeaturesExtractor.getEmbeddedFileFeatures(EmbeddedFileFeaturesData data)
Extract features from features data
|
abstract List<FeatureTreeNode> |
AbstractFontFeaturesExtractor.getFontFeatures(FontFeaturesData data)
Extract features from features data
|
abstract List<FeatureTreeNode> |
AbstractICCProfileFeaturesExtractor.getICCProfileFeatures(ICCProfileFeaturesData data)
Extract features from features data
|
abstract List<FeatureTreeNode> |
AbstractImageFeaturesExtractor.getImageFeatures(ImageFeaturesData data)
Extract features from features data
|
abstract List<FeatureTreeNode> |
AbstractMetadataFeaturesExtractor.getMetadataFeatures(MetadataFeaturesData data)
Extract features from features data
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureTreeNode |
FeatureTreeNode.createChildMetadataNode(String name,
FeatureTreeNode parent)
Creates new Feature Tree Node
|
static FeatureTreeNode |
FeatureTreeNode.createChildNode(String name,
FeatureTreeNode parent)
Creates new Feature Tree Node
|
static FeatureTreeNode |
FeatureTreeNode.createRootMetadataNode(String name) |
static FeatureTreeNode |
FeatureTreeNode.createRootNode(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureTreeNode> |
FeatureTreeNode.getChildren() |
List<FeatureTreeNode> |
FeaturesCollection.getFeatureTreesForType(FeaturesObjectTypesEnum type)
Gets list of feature trees for the type
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureTreeNode.addChild(FeatureTreeNode child)
Add a child to the node
|
static String |
ErrorsHelper.addErrorIntoCollection(FeaturesCollection collection,
FeatureTreeNode element,
String errorMessageArg)
Adds an error to a
FeaturesCollection |
void |
FeaturesCollection.addNewFeatureTree(FeaturesObjectTypesEnum type,
FeatureTreeNode root)
Add new feature tree for a type
|
static FeatureTreeNode |
FeatureTreeNode.createChildMetadataNode(String name,
FeatureTreeNode parent)
Creates new Feature Tree Node
|
static FeatureTreeNode |
FeatureTreeNode.createChildNode(String name,
FeatureTreeNode parent)
Creates new Feature Tree Node
|
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.