Package | Description |
---|---|
de.erichseifert.gral.data.filters |
Classes for filtering data sources.
|
Modifier and Type | Method and Description |
---|---|
Filter.Mode |
Filter.getMode()
Returns the Mode of this Filter.
|
static Filter.Mode |
Filter.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter.Mode[] |
Filter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Filter.setMode(Filter.Mode mode)
Sets the Mode the specified value.
|
Constructor and Description |
---|
Convolution(DataSource original,
Kernel kernel,
Filter.Mode mode,
int... cols)
Initialized a new instance with the specified data source, convolution
kernel, edge handling mode, and columns to be filtered.
|
Filter(DataSource original,
Filter.Mode mode,
int... cols)
Initializes a new instance with the specified data source, border
handling and columns to be filtered.
|
Median(DataSource original,
int windowSize,
int offset,
Filter.Mode mode,
int... cols)
Creates a new Median object with the specified DataSource, window
size, offset, Mode, and columns.
|
Copyright © 2009-2013. All Rights Reserved.