NASA World Wind

gov.nasa.worldwind.util
Class JOGLVersionInfo

java.lang.Object
  extended by gov.nasa.worldwind.util.JOGLVersionInfo

public class JOGLVersionInfo
extends Object


Method Summary
static String getImplementationTitle()
           
static String getImplementationVersion()
           
static Package getPackage()
           
static String getSpecificationTitle()
           
static String getSpecificationVendor()
           
static String getSpecificationVersion()
           
static boolean isCompatibleWith(String version)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImplementationTitle

public static String getImplementationTitle()

getImplementationVersion

public static String getImplementationVersion()

getPackage

public static Package getPackage()

getSpecificationTitle

public static String getSpecificationTitle()

getSpecificationVendor

public static String getSpecificationVendor()

getSpecificationVersion

public static String getSpecificationVersion()

isCompatibleWith

public static boolean isCompatibleWith(String version)

main

public static void main(String[] args)

NASA World Wind