All Packages Class Hierarchy This Package Previous Next Index
Class jclass.chart.JCVersion
java.lang.Object
|
+----jclass.chart.JCVersion
- public class JCVersion
- extends Object
JCVersion determines if the current version of JClass Chart is
compatible with the versions of the other packages it uses
(jclass.beans, jclass.bwt, jclass.util).
-
major
-
-
minor
-
-
release
-
-
transitional
-
-
JCVersion()
-
-
checkVersion()
- Checks whether the other JClass packages required by JClass Chart
is out-of-date.
-
getVersionString()
- Gets the JClass Chart version info.
-
main(String[])
-
major
public static final int major
minor
public static final int minor
release
public static final int release
transitional
public static final boolean transitional
JCVersion
public JCVersion()
getVersionString
public static final String getVersionString()
- Gets the JClass Chart version info.
- Returns:
- the version info
main
public static final void main(String args[])
checkVersion
public static final void checkVersion()
- Checks whether the other JClass packages required by JClass Chart
is out-of-date. A message is printed or an exception is thrown
if one of the required packages is out-of-date.
All Packages Class Hierarchy This Package Previous Next Index