org.jzy3d.utils
Class Version

java.lang.Object
  extended by org.jzy3d.utils.Version

public class Version
extends java.lang.Object

The Version provides an integer and string representation of the current library version.


Field Summary
static int MAJOR
           
static int MINOR
           
static int PATCH
           
static java.lang.String STR
           
 
Constructor Summary
Version()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR

public static final int MAJOR
See Also:
Constant Field Values

MINOR

public static final int MINOR
See Also:
Constant Field Values

PATCH

public static final int PATCH
See Also:
Constant Field Values

STR

public static final java.lang.String STR
Constructor Detail

Version

public Version()
Method Detail

main

public static void main(java.lang.String[] args)