public static enum ALcdGXYPen.Quality extends java.lang.Enum<ALcdGXYPen.Quality>
Enum Constant and Description |
---|
FAST
Provides a good default setting at large and medium (up to 1:100) scales.
|
FASTEST
Provides the fastest rendering.
|
NICEST
Provides the best rendering results, even at close (< 1:100) scales.
|
Modifier and Type | Method and Description |
---|---|
static ALcdGXYPen.Quality |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ALcdGXYPen.Quality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ALcdGXYPen.Quality FASTEST
public static final ALcdGXYPen.Quality FAST
public static final ALcdGXYPen.Quality NICEST
public static ALcdGXYPen.Quality[] values()
for (ALcdGXYPen.Quality c : ALcdGXYPen.Quality.values()) System.out.println(c);
public static ALcdGXYPen.Quality 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 null