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