com.ijchart.xychart.constant
Class XYValueAxisType

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

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

Title: IJChart

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

描述图表上的XY数值坐标轴的类型.

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 XYValueAxisType XY_VALUE_AXIS_X
          X类型的XY数值坐标轴.
static XYValueAxisType XY_VALUE_AXIS_Y
          y类型的XY数值坐标轴.
 
Method Summary
 boolean equals(java.lang.Object obj)
          覆盖equals方法.
 int hashCode()
          计算hashcode值.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

XY_VALUE_AXIS_X

public static final XYValueAxisType XY_VALUE_AXIS_X
X类型的XY数值坐标轴.


XY_VALUE_AXIS_Y

public static final XYValueAxisType XY_VALUE_AXIS_Y
y类型的XY数值坐标轴.

Method Detail

equals

public boolean equals(java.lang.Object obj)
覆盖equals方法.

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

toString

public java.lang.String toString()
覆盖toString()方法.

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

hashCode

public int hashCode()
计算hashcode值.

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