Package org.jfree

Class JCommon

java.lang.Object
org.jfree.JCommon

public final class JCommon extends Object
This class contains static information about the JCommon class library.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ProjectInfo
    Information about the project.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Hidden constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Prints information about JCommon to standard output.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INFO

      public static final ProjectInfo INFO
      Information about the project.
  • Constructor Details

    • JCommon

      private JCommon()
      Hidden constructor.
  • Method Details

    • main

      public static void main(String[] args)
      Prints information about JCommon to standard output.
      Parameters:
      args - no arguments are honored.