Uses of Class
org.verapdf.features.FeatureObjectType
-
Packages that use FeatureObjectType Package Description org.verapdf.features org.verapdf.features.objects org.verapdf.policy -
-
Uses of FeatureObjectType in org.verapdf.features
Methods in org.verapdf.features that return FeatureObjectType Modifier and Type Method Description static FeatureObjectTypeFeatureObjectType. getFeatureObjectTypeByFullName(String fullName)FeatureObjectTypeAbstractFeaturesExtractor. getType()static FeatureObjectTypeFeatureObjectType. 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.Methods in org.verapdf.features that return types with arguments of type FeatureObjectType Modifier and Type Method Description EnumSet<FeatureObjectType>FeatureExtractorConfig. getEnabledFeatures()Methods in org.verapdf.features with parameters of type FeatureObjectType Modifier and Type Method Description voidFeatureExtractionResult. addNewError(FeatureObjectType type, String errorID)Add new error to feature typevoidFeatureExtractionResult. addNewFeatureTree(FeatureObjectType type, FeatureTreeNode root)Add new feature tree for a typeList<String>FeatureExtractionResult. getErrorsForType(FeatureObjectType type)Gets list of feature trees for the typeList<FeatureTreeNode>FeatureExtractionResult. getFeatureTreesForType(FeatureObjectType type)Gets list of feature trees for the typebooleanFeatureExtractorConfig. isFeatureEnabled(FeatureObjectType type)Method parameters in org.verapdf.features with type arguments of type FeatureObjectType Modifier and Type Method Description static FeatureExtractorConfigFeatureFactory. configFromValues(EnumSet<FeatureObjectType> enabledFeatures)booleanFeatureExtractorConfig. isAnyFeatureEnabled(EnumSet<FeatureObjectType> types) -
Uses of FeatureObjectType in org.verapdf.features.objects
Methods in org.verapdf.features.objects that return FeatureObjectType Modifier and Type Method Description FeatureObjectTypeActionFeaturesObject. getType()FeatureObjectTypeAnnotationFeaturesObject. getType()FeatureObjectTypeColorSpaceFeaturesObject. getType()FeatureObjectTypeDocSecurityFeaturesObject. getType()FeatureObjectTypeEmbeddedFileFeaturesObject. getType()FeatureObjectTypeExtGStateFeaturesObject. getType()abstract FeatureObjectTypeFeaturesObject. getType()FeatureObjectTypeFontFeaturesObject. getType()FeatureObjectTypeFormXObjectFeaturesObject. getType()FeatureObjectTypeICCProfileFeaturesObject. getType()FeatureObjectTypeImageXObjectFeaturesObject. getType()FeatureObjectTypeInfoDictFeaturesObject. getType()FeatureObjectTypeInteractiveFormFieldFeaturesObject. getType()FeatureObjectTypeLowLvlInfoFeaturesObject. getType()FeatureObjectTypeMetadataFeaturesObject. getType()FeatureObjectTypeOutlinesFeaturesObject. getType()FeatureObjectTypeOutputIntentFeaturesObject. getType()FeatureObjectTypePageFeaturesObject. getType()FeatureObjectTypePostScriptFeaturesObject. getType()FeatureObjectTypePropertiesDictFeaturesObject. getType()FeatureObjectTypeShadingFeaturesObject. getType()FeatureObjectTypeShadingPatternFeaturesObject. getType()FeatureObjectTypeSignatureFeaturesObject. getType()FeatureObjectTypeTilingPatternFeaturesObject. getType()Methods in org.verapdf.features.objects with parameters of type FeatureObjectType Modifier and Type Method Description static List<Feature>FeaturesStructureContainer. getFeaturesListForType(FeatureObjectType type) -
Uses of FeatureObjectType in org.verapdf.policy
Methods in org.verapdf.policy that return FeatureObjectType Modifier and Type Method Description FeatureObjectTypeSchematronGenerator.Assertion. getFeatureType()Constructors in org.verapdf.policy with parameters of type FeatureObjectType Constructor Description Assertion(FeatureObjectType featureType, Feature feature, SchematronOperation operation, String argument)
-