com.klg.jclass.chart3d
Class JCVersion
java.lang.Object
|
+--com.klg.jclass.util.Version
|
+--com.klg.jclass.chart3d.JCVersion
- public final class JCVersion
- extends Version
In JClass Chart 3D, each package has a JCVersion class. These
classes are used to query and display information on the package.
Method Summary |
static String |
getVersionNumber()
Gets the version number for the current package. |
static String |
getVersionString()
Gets the version String for the current package. |
static void |
main(String[] args)
main() method for JCVersion , used to display the
version information for this package. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCVersion
public JCVersion()
getVersionString
public static String getVersionString()
- Gets the version String for the current package.
- Returns:
- the version String
getVersionNumber
public static String getVersionNumber()
- Gets the version number for the current package.
- Returns:
- a String representation of the version number
main
public static final void main(String[] args)
main()
method for JCVersion
, used to display the
version information for this package.
- Parameters:
args
- command line args