| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.gf.objects |
| Modifier and Type | Method and Description |
|---|---|
FeatureObjectType |
AbstractFeaturesExtractor.getType() |
FeatureObjectType |
IFeaturesObject.getType() |
static FeatureObjectType |
FeatureObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureObjectType[] |
FeatureObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<FeatureObjectType> |
FeatureExtractorConfig.getEnabledFeatures() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureExtractionResult.addNewError(FeatureObjectType type,
String errorID)
Add new error to feature type
|
void |
FeatureExtractionResult.addNewFeatureTree(FeatureObjectType type,
FeatureTreeNode root)
Add new feature tree for a type
|
List<String> |
FeatureExtractionResult.getErrorsForType(FeatureObjectType type)
Gets list of feature trees for the type
|
List<FeatureTreeNode> |
FeatureExtractionResult.getFeatureTreesForType(FeatureObjectType type)
Gets list of feature trees for the type
|
boolean |
FeatureExtractorConfig.isFeatureEnabled(FeatureObjectType type) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureExtractorConfig |
FeatureFactory.configFromValues(EnumSet<FeatureObjectType> enabledFeatures) |
boolean |
FeatureExtractorConfig.isAnyFeatureEnabled(EnumSet<FeatureObjectType> types) |
| Modifier and Type | Method and Description |
|---|---|
FeatureObjectType |
GFTilingPatternFeaturesObject.getType() |
FeatureObjectType |
GFSignatureFeaturesObject.getType() |
FeatureObjectType |
GFShadingPatternFeaturesObject.getType() |
FeatureObjectType |
GFShadingFeaturesObject.getType() |
FeatureObjectType |
GFPropertiesDictFeaturesObject.getType() |
FeatureObjectType |
GFPostScriptXObjectFeaturesObject.getType() |
FeatureObjectType |
GFPageFeaturesObject.getType() |
FeatureObjectType |
GFOutputIntentsFeaturesObject.getType() |
FeatureObjectType |
GFOutlinesFeaturesObject.getType() |
FeatureObjectType |
GFMetadataFeaturesObject.getType() |
FeatureObjectType |
GFLowLvlInfoFeaturesObject.getType() |
FeatureObjectType |
GFInfoDictFeaturesObject.getType() |
FeatureObjectType |
GFImageXObjectFeaturesObject.getType() |
FeatureObjectType |
GFICCProfileFeaturesObject.getType() |
FeatureObjectType |
GFFormXObjectFeaturesObject.getType() |
FeatureObjectType |
GFFontFeaturesObject.getType() |
FeatureObjectType |
GFExtGStateFeaturesObject.getType() |
FeatureObjectType |
GFEmbeddedFileFeaturesObject.getType() |
FeatureObjectType |
GFDocSecurityFeaturesObject.getType() |
FeatureObjectType |
GFColorSpaceFeaturesObject.getType() |
FeatureObjectType |
GFAnnotationFeaturesObject.getType() |
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.