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 BlurMethod |
BlurMethod.getDefault()
Get the enum constant that is considered to be the default.
|
static BlurMethod |
BlurMethod.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
BlurMethod |
BlurFilter.getMethod()
Gets the method used to blur the source raster.
|
static BlurMethod |
BlurMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlurMethod[] |
BlurMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BlurFilter.setMethod(BlurMethod value)
Sets the method used to blur the source raster.
|
Constructor and Description |
---|
BlurFilter(BlurMethod method)
Initialize a new instance with the specified
BlurMethod . |