|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter.Mode | |
---|---|
de.erichseifert.gral.data.filters | Classes for filtering data sources. |
Uses of Filter.Mode in de.erichseifert.gral.data.filters |
---|
Methods in de.erichseifert.gral.data.filters that return Filter.Mode | |
---|---|
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. |
Methods in de.erichseifert.gral.data.filters with parameters of type Filter.Mode | |
---|---|
void |
Filter.setMode(Filter.Mode mode)
Sets the Mode the specified value. |
Constructors in de.erichseifert.gral.data.filters with parameters of type Filter.Mode | |
---|---|
Convolution(DataSource original,
Kernel kernel,
Filter.Mode mode,
int... cols)
Creates a new Convolution object with the specified DataSource, Kernel, Mode and columns. |
|
Filter(DataSource original,
Filter.Mode mode,
int... cols)
Creates a new Filter object with the specified DataSource, Mode and columns to filter. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |