public class SimplificationFilter extends PreprocessingFilter
SUB_FILTER| Constructor and Description |
|---|
SimplificationFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<FilterConfiguration> |
getConfigurations()
Gets the list of all predefined configurations for this filter.
|
String |
getDisplayName()
Gets the localizable display name of this filter.
|
String |
getName()
Gets the name/identifier of this filter.
|
Parameters |
getParameters()
Gets the current parameters for this filter.
|
void |
open(RawDocument input,
boolean generateSkeleton)
Opens the input document described in a give RawDocument object, and
optionally creates skeleton information.
|
void |
setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper)
Sets the filter configuration mapper for this filter.
|
void |
setParameters(IParameters params)
Sets new parameters for this filter.
|
cancel, close, createFilterWriter, createSkeletonWriter, getEncoderManager, getFilter, getMimeType, getSteps, hasNext, next, open, setFilterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic String getName()
IFiltergetName in interface IFiltergetName in class PreprocessingFilterpublic String getDisplayName()
IFiltergetDisplayName in interface IFiltergetDisplayName in class PreprocessingFilterpublic List<FilterConfiguration> getConfigurations()
IFiltergetConfigurations in interface IFiltergetConfigurations in class PreprocessingFilterpublic Parameters getParameters()
IFiltergetParameters in interface IFiltergetParameters in class PreprocessingFilterpublic void setParameters(IParameters params)
IFiltersetParameters in interface IFiltersetParameters in class PreprocessingFilterparams - The new parameters to use.public void setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper)
IFiltersetFilterConfigurationMapper in interface IFiltersetFilterConfigurationMapper in class PreprocessingFilterfcMapper - the mapper to set.public void open(RawDocument input, boolean generateSkeleton)
IFilteropen in interface IFilteropen in class PreprocessingFilterinput - The RawDocument object to use to open the document.generateSkeleton - true to generate the skeleton data, false otherwise.Copyright © 2022. All rights reserved.