|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.ui.DefaultEffect3D
public class DefaultEffect3D
Title: IJChart
Description: a chart library for the Java(tm) platform.
实现接口IEffect3D
的类
Copyright: Copyright (c) 2013
Company:
Constructor Summary | |
---|---|
DefaultEffect3D()
缺省的构造器. |
|
DefaultEffect3D(double xOffset,
double yOffset)
缺省的构造器. |
Method Summary | |
---|---|
java.lang.Object |
clone()
返回克隆的对象. |
boolean |
equals(java.lang.Object obj)
测试两个对象是否相等. |
double |
getXOffset()
返回绘制3D效果时X轴方向的偏移值. |
double |
getYOffset()
返回绘制3D效果时Y轴方向的偏移值. |
int |
hashCode()
计算对象的hashcode值. |
java.lang.String |
toString()
覆盖toString方法. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultEffect3D()
public DefaultEffect3D(double xOffset, double yOffset)
xOffset
- double X轴方向的偏移值.
yOffset
- double Y轴方向的偏移值.
Method Detail |
---|
public double getXOffset()
getXOffset
in interface IEffect3D
public double getYOffset()
getYOffset
in interface IEffect3D
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object (null permitted).
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if the object's class does not
support the Cloneable interface. Subclasses
that override the clone method can also
throw this exception to indicate that an instance cannot
be cloned.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |