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