com.ijchart.xychart.constant
Class LengthAdjustmentType

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

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

Title: IJChart

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

长度调整的类型,分扩展,缩小,无变化三种类型.

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 LengthAdjustmentType CONTRACT
          缩小.
static LengthAdjustmentType EXPAND
          扩展.
static LengthAdjustmentType NO_CHANGE
          无变化.
 
Method Summary
 boolean equals(java.lang.Object obj)
          覆盖equals方法.
 int hashCode()
          返回hashcode方法.
 java.lang.String toString()
          覆盖toString方法.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_CHANGE

public static final LengthAdjustmentType NO_CHANGE
无变化.


EXPAND

public static final LengthAdjustmentType EXPAND
扩展.


CONTRACT

public static final LengthAdjustmentType CONTRACT
缩小.

Method Detail

toString

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

Overrides:
toString in class java.lang.Object
Returns:
The string.

equals

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

Overrides:
equals in class java.lang.Object
Parameters:
obj - the other object (null permitted).
Returns:
A boolean.

hashCode

public int hashCode()
返回hashcode方法.

Overrides:
hashCode in class java.lang.Object
Returns:
The hashcode