| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.pb.objects |
| Modifier and Type | Method and Description |
|---|---|
FeatureObjectType |
IFeaturesObject.getType() |
FeatureObjectType |
AbstractFeaturesExtractor.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 |
PBFontFeaturesObject.getType() |
FeatureObjectType |
PBTilingPatternFeaturesObject.getType() |
FeatureObjectType |
PBSignatureFeaturesObject.getType() |
FeatureObjectType |
PBShadingPatternFeaturesObject.getType() |
FeatureObjectType |
PBShadingFeaturesObject.getType() |
FeatureObjectType |
PBPropertiesDictFeaturesObject.getType() |
FeatureObjectType |
PBPostScriptXObjectFeaturesObject.getType() |
FeatureObjectType |
PBOutputIntentsFeaturesObject.getType() |
FeatureObjectType |
PBOutlinesFeaturesObject.getType() |
FeatureObjectType |
PBMetadataFeaturesObject.getType() |
FeatureObjectType |
PBLowLvlInfoFeaturesObject.getType() |
FeatureObjectType |
PBImageXObjectFeaturesObject.getType() |
FeatureObjectType |
PBFormXObjectFeaturesObject.getType() |
FeatureObjectType |
PBExtGStateFeaturesObject.getType() |
FeatureObjectType |
PBEmbeddedFileFeaturesObject.getType() |
FeatureObjectType |
PBDocSecurityFeaturesObject.getType() |
FeatureObjectType |
PBInfoDictFeaturesObject.getType() |
FeatureObjectType |
PBICCProfileFeaturesObject.getType() |
FeatureObjectType |
PBColorSpaceFeaturesObject.getType() |
FeatureObjectType |
PBAnnotationFeaturesObject.getType() |
FeatureObjectType |
PBPageFeaturesObject.getType() |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.