Package gov.nasa.worldwind.util
Class JOGLVersionInfo
- java.lang.Object
-
- gov.nasa.worldwind.util.JOGLVersionInfo
-
public class JOGLVersionInfo extends java.lang.ObjectThis program returns the version and implementation information for the Java Bindings for OpenGL (R) implementation found in the CLASSPATH. This information is also found in the manifest for jogl-all.jar, and this program uses the java.lang.Package class to retrieve it programmatically.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetImplementationTitle()static java.lang.StringgetImplementationVersion()static java.lang.PackagegetPackage()static java.lang.StringgetSpecificationTitle()static java.lang.StringgetSpecificationVendor()static java.lang.StringgetSpecificationVersion()static booleanisCompatibleWith(java.lang.String version)static voidmain(java.lang.String[] args)
-
-
-
Method Detail
-
getPackage
public static java.lang.Package getPackage()
-
isCompatibleWith
public static boolean isCompatibleWith(java.lang.String version)
-
getSpecificationTitle
public static java.lang.String getSpecificationTitle()
-
getSpecificationVendor
public static java.lang.String getSpecificationVendor()
-
getSpecificationVersion
public static java.lang.String getSpecificationVersion()
-
getImplementationTitle
public static java.lang.String getImplementationTitle()
-
getImplementationVersion
public static java.lang.String getImplementationVersion()
-
main
public static void main(java.lang.String[] args)
-
-