public abstract class AbstractICCProfileFeaturesExtractor extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
DEFAULT_DESCRIPTION |
String |
DEFAULT_ID |
| Constructor and Description |
|---|
AbstractICCProfileFeaturesExtractor(String id,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
abstract List<FeatureTreeNode> |
getICCProfileFeatures(ICCProfileFeaturesData data)
Extract features from features data
|
String |
getID() |
FeaturesObjectTypesEnum |
getType() |
public final String DEFAULT_ID
public final String DEFAULT_DESCRIPTION
public abstract List<FeatureTreeNode> getICCProfileFeatures(ICCProfileFeaturesData data)
data - features data for extractorpublic FeaturesObjectTypesEnum getType()
public String getID()
public String getDescription()
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.