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