com.sun.opengl.utils
Class Version

java.lang.Object
  extended bycom.sun.opengl.utils.Version

public final class Version
extends Object

The version and build number of this implementation. Version numbers for a release are of the form: w.x.y[-a]-z, where:

For example, the following are all valid version strings:


Method Summary
static String getVersion()
          Returns the version string and build number of this implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public static String getVersion()
Returns the version string and build number of this implementation. See the class description for the version string format.

Returns:
The version string of this implementation.