com.ijchart.xychart.constant
Class TransformShapeType

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

public final class TransformShapeType
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 TransformShapeType INSIDE
          内部.
static TransformShapeType OUTLINE
          轮廓.
 
Method Summary
 boolean equals(java.lang.Object obj)
          测试两个对象是否相等,相等返回true,否则返回false.
 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

INSIDE

public static final TransformShapeType INSIDE
内部.


OUTLINE

public static final TransformShapeType OUTLINE
轮廓.

Method Detail

hashCode

public int hashCode()
返回hashcode值.

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

equals

public boolean equals(java.lang.Object obj)
测试两个对象是否相等,相等返回true,否则返回false.

Overrides:
equals in class java.lang.Object
Parameters:
obj - 要比较的对象 (可为null)
Returns:
A boolean.

toString

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

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