public static enum GLViewer.GLVersion extends java.lang.Enum<GLViewer.GLVersion>
Modifier and Type | Method and Description |
---|---|
int |
getMajorVersion() |
int |
getMinorVersion() |
static GLViewer.GLVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GLViewer.GLVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLViewer.GLVersion GL2
public static final GLViewer.GLVersion GL3
public static GLViewer.GLVersion[] values()
for (GLViewer.GLVersion c : GLViewer.GLVersion.values()) System.out.println(c);
public static GLViewer.GLVersion 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 getMajorVersion()
public int getMinorVersion()