public static enum ImagingPixmap.Filter extends java.lang.Enum<ImagingPixmap.Filter>
Enum Constant and Description |
---|
ADD_NOISE |
AVERAGE |
GAUSS |
MEDIAN |
SHARP |
UNSHARP |
Modifier and Type | Method and Description |
---|---|
static ImagingPixmap.Filter |
find(int id) |
int |
getID() |
static ImagingPixmap.Filter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImagingPixmap.Filter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImagingPixmap.Filter AVERAGE
public static final ImagingPixmap.Filter MEDIAN
public static final ImagingPixmap.Filter GAUSS
public static final ImagingPixmap.Filter SHARP
public static final ImagingPixmap.Filter UNSHARP
public static final ImagingPixmap.Filter ADD_NOISE
public static ImagingPixmap.Filter[] values()
for (ImagingPixmap.Filter c : ImagingPixmap.Filter.values()) System.out.println(c);
public static ImagingPixmap.Filter valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getID()
public static ImagingPixmap.Filter find(int id)
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.