com.jogamp.opengl
Class JoglVersion

java.lang.Object
  extended by com.jogamp.common.util.JogampVersion
      extended by com.jogamp.opengl.JoglVersion

public class JoglVersion
extends JogampVersion


Field Summary
protected static JoglVersion jogampCommonVersionInfo
           
 
Fields inherited from class com.jogamp.common.util.JogampVersion
IMPLEMENTATION_BRANCH, IMPLEMENTATION_COMMIT
 
Constructor Summary
protected JoglVersion(String packageName, Manifest mf)
           
 
Method Summary
static StringBuffer getGLInfo(GL gl, StringBuffer sb)
           
static JoglVersion getInstance()
           
static void main(String[] args)
           
 String toString(GL gl)
           
 StringBuffer toString(GL gl, StringBuffer sb)
           
 
Methods inherited from class com.jogamp.common.util.JogampVersion
equals, getAttribute, getAttribute, getAttributeName, getAttributeNames, getExtensionName, getFullManifestInfo, getImplementationBranch, getImplementationCommit, getImplementationTitle, getImplementationURL, getImplementationVendor, getImplementationVendorID, getImplementationVersion, getManifest, getManifestInfo, getPackageName, getSpecificationTitle, getSpecificationVendor, getSpecificationVersion, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

jogampCommonVersionInfo

protected static volatile JoglVersion jogampCommonVersionInfo
Constructor Detail

JoglVersion

protected JoglVersion(String packageName,
                      Manifest mf)
Method Detail

getInstance

public static JoglVersion getInstance()

toString

public StringBuffer toString(GL gl,
                             StringBuffer sb)

toString

public String toString(GL gl)

getGLInfo

public static StringBuffer getGLInfo(GL gl,
                                     StringBuffer sb)

main

public static void main(String[] args)


Copyright 2010 JogAmp Community.