com.ijchart.xychart.client
Class IJChartInfo

java.lang.Object
  extended by com.ijchart.xychart.client.IJChartInfo

public final class IJChartInfo
extends java.lang.Object

Title: IJChart

Description: a chart library for the Java(tm) platform.

Describe the process of project development and maintenance.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.

Constructor Summary
IJChartInfo()
           
 
Method Summary
static java.lang.String getContract()
           Returns the contract info.
static java.lang.String getCopyright()
           Returns the copyright info.
static java.lang.String getLicenceName()
           Returns the licence name.
static java.lang.String getLicenceText()
           Return the licence text.
static java.awt.Image getLogoImage()
           Returns the logo image.
static java.lang.String getProductInfo()
           Returns the product info.
static java.lang.String getProductName()
           Returns the product name.
static java.lang.String getVersion()
           Returns the library version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IJChartInfo

public IJChartInfo()
Method Detail

getProductName

public static java.lang.String getProductName()
Returns the product name.

Returns:
String The product name.

getLogoImage

public static java.awt.Image getLogoImage()
Returns the logo image.

Returns:
Image The logo image (maybe null).

getVersion

public static java.lang.String getVersion()
Returns the library version.

Returns:
String The library version.

getCopyright

public static java.lang.String getCopyright()
Returns the copyright info.

Returns:
String The copyright info.

getContract

public static java.lang.String getContract()
Returns the contract info.

Returns:
String The contract info.

getProductInfo

public static java.lang.String getProductInfo()
Returns the product info.

Returns:
String The product info.

getLicenceName

public static java.lang.String getLicenceName()
Returns the licence name.

Returns:
String The licence name.

getLicenceText

public static java.lang.String getLicenceText()
Return the licence text.

Returns:
String The licence text.