com.ijchart.xychart.constant
Class PlotType

java.lang.Object
  extended by com.ijchart.xychart.constant.PlotType
All Implemented Interfaces:
java.io.Serializable

public final class PlotType
extends java.lang.Object
implements java.io.Serializable

Title: IJChart

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

Define the type of a plot object.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.
See Also:
Serialized Form

Field Summary
static PlotType PLOT_TYPE_CATEGORY
           The type of CategoryPlot.
static PlotType PLOT_TYPE_CATEGORY3D
           The type of CategoryPlot3D.
static PlotType PLOT_TYPE_COMBINE_CATEGORY_AXIS_CATEGORY_PLOT
           The type of CombineCategoryAxisCategoryPlot.
static PlotType PLOT_TYPE_COMBINE_DOMAIN_AXIS_XY_PLOT
           The type of CombineDomainAxisXYPlot.
static PlotType PLOT_TYPE_COMBINE_VALUE_AXIS_CATEGORY_PLOT
           The type of CombineValueAxisCategoryPlot.
static PlotType PLOT_TYPE_COMBINE_VALUE_AXIS_XY_PLOT
           The type of CombineValueAxisXYPlot.
static PlotType PLOT_TYPE_NO_AXIS
           The type of NO axis plot.
static PlotType PLOT_TYPE_XYPLOT
           The type of XYPlot.
 
Method Summary
 boolean equals(java.lang.Object obj)
           Override equals method.
 int hashCode()
           Returns a hash code value for the object.
 java.lang.String toString()
           Override toString method.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PLOT_TYPE_CATEGORY

public static final PlotType PLOT_TYPE_CATEGORY
The type of CategoryPlot.


PLOT_TYPE_CATEGORY3D

public static final PlotType PLOT_TYPE_CATEGORY3D
The type of CategoryPlot3D.


PLOT_TYPE_XYPLOT

public static final PlotType PLOT_TYPE_XYPLOT
The type of XYPlot.


PLOT_TYPE_NO_AXIS

public static final PlotType PLOT_TYPE_NO_AXIS
The type of NO axis plot.


PLOT_TYPE_COMBINE_CATEGORY_AXIS_CATEGORY_PLOT

public static final PlotType PLOT_TYPE_COMBINE_CATEGORY_AXIS_CATEGORY_PLOT
The type of CombineCategoryAxisCategoryPlot.


PLOT_TYPE_COMBINE_VALUE_AXIS_CATEGORY_PLOT

public static final PlotType PLOT_TYPE_COMBINE_VALUE_AXIS_CATEGORY_PLOT
The type of CombineValueAxisCategoryPlot.


PLOT_TYPE_COMBINE_DOMAIN_AXIS_XY_PLOT

public static final PlotType PLOT_TYPE_COMBINE_DOMAIN_AXIS_XY_PLOT
The type of CombineDomainAxisXYPlot.


PLOT_TYPE_COMBINE_VALUE_AXIS_XY_PLOT

public static final PlotType PLOT_TYPE_COMBINE_VALUE_AXIS_XY_PLOT
The type of CombineValueAxisXYPlot.

Method Detail

equals

public boolean equals(java.lang.Object obj)
Override equals method.

Overrides:
equals in class java.lang.Object
Parameters:
obj - Object
Returns:
boolean

toString

public java.lang.String toString()
Override toString method.

Overrides:
toString in class java.lang.Object
Returns:
String

hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code value for this object.