Package | Description |
---|---|
agi.foundation.graphics.imaging |
Provides types for raster and image processing, and for writing JPEG 2000 files.
|
Modifier and Type | Method and Description |
---|---|
static SharpenMethod |
SharpenMethod.getDefault()
Get the enum constant that is considered to be the default.
|
static SharpenMethod |
SharpenMethod.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
SharpenMethod |
SharpenFilter.getMethod()
Gets the method used to sharpen the source raster.
|
static SharpenMethod |
SharpenMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharpenMethod[] |
SharpenMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SharpenFilter.setMethod(SharpenMethod value)
Sets the method used to sharpen the source raster.
|
Constructor and Description |
---|
SharpenFilter(SharpenMethod method)
Initialize a new instance with the specified
SharpenMethod . |