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 FlipAxis |
FlipAxis.getDefault()
Get the enum constant that is considered to be the default.
|
FlipAxis |
FlipFilter.getFlipAxis()
Gets the
FlipAxis along which the source raster will be flipped. |
static FlipAxis |
FlipAxis.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static FlipAxis |
FlipAxis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlipAxis[] |
FlipAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Raster.flip(FlipAxis axis)
Flips the raster along the given axis.
|
void |
FlipFilter.setFlipAxis(FlipAxis value)
Sets the
FlipAxis along which the source raster will be flipped. |
Constructor and Description |
---|
FlipFilter(FlipAxis flipAxis)
Initializes a new instance with the specified
FlipAxis . |