public static enum LibLept.GPLOT_SCALING extends java.lang.Enum<LibLept.GPLOT_SCALING> implements org.bridj.IntValuedEnum<LibLept.GPLOT_SCALING>
| Enum Constant and Description |
|---|
GPLOT_LINEAR_SCALE
default
|
GPLOT_LOG_SCALE_X |
GPLOT_LOG_SCALE_X_Y |
GPLOT_LOG_SCALE_Y |
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<LibLept.GPLOT_SCALING> |
fromValue(int value) |
java.util.Iterator<LibLept.GPLOT_SCALING> |
iterator() |
long |
value() |
static LibLept.GPLOT_SCALING |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LibLept.GPLOT_SCALING[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LibLept.GPLOT_SCALING GPLOT_LINEAR_SCALE
public static final LibLept.GPLOT_SCALING GPLOT_LOG_SCALE_X
public static final LibLept.GPLOT_SCALING GPLOT_LOG_SCALE_Y
public static final LibLept.GPLOT_SCALING GPLOT_LOG_SCALE_X_Y
public static LibLept.GPLOT_SCALING[] values()
for (LibLept.GPLOT_SCALING c : LibLept.GPLOT_SCALING.values()) System.out.println(c);
public static LibLept.GPLOT_SCALING 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 long value()
value in interface org.bridj.ValuedEnum<LibLept.GPLOT_SCALING>public java.util.Iterator<LibLept.GPLOT_SCALING> iterator()
iterator in interface java.lang.Iterable<LibLept.GPLOT_SCALING>public static org.bridj.IntValuedEnum<LibLept.GPLOT_SCALING> fromValue(int value)