Package org.jfree
Class JCommon
- java.lang.Object
-
- org.jfree.JCommon
-
public final class JCommon extends java.lang.ObjectThis class contains static information about the JCommon class library.
-
-
Field Summary
Fields Modifier and Type Field Description static ProjectInfoINFOInformation about the project.
-
Constructor Summary
Constructors Modifier Constructor Description privateJCommon()Hidden constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Prints information about JCommon to standard output.
-
-
-
Field Detail
-
INFO
public static final ProjectInfo INFO
Information about the project.
-
-