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