|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.data.AbstractChartData
com.ijchart.xychart.data.ErrorChartData
public class ErrorChartData
Title: IJChart
Description: a chart library for the Java(tm) platform.
Error ChartData object,this class is immutable.Copyright: Copyright (c) 2013
Company:
Field Summary |
---|
Fields inherited from class com.ijchart.xychart.data.AbstractChartData |
---|
DATE_MASK_LONG |
Constructor Summary | |
---|---|
ErrorChartData(double x,
double xLow,
double xHigh,
double y,
double yLow,
double yHigh)
Constructor. |
|
ErrorChartData(java.lang.Number x,
java.lang.Number xLow,
java.lang.Number xHigh,
java.lang.Number y,
java.lang.Number yLow,
java.lang.Number yHigh)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object. |
int |
compareTo(java.lang.Object o)
Implements the compareTo() method of interface Comparable. |
boolean |
equals(java.lang.Object obj)
Tests this instance for equality with an arbitrary object. |
java.lang.String |
getAreaFunctionArguments()
Returns the function arguments of hotspot area. |
java.lang.String |
getAreaURLFragment()
Returns the url for hotspot area. |
java.lang.String |
getLabelText()
Returns the label text. |
java.lang.Number |
getX()
Returns the x value. |
java.lang.Number |
getXHigh()
Returns the upper bound of x. |
double |
getXHighValue()
Returns the upper bound of x. |
java.lang.Number |
getXLow()
Returns the lower bound of x. |
double |
getXLowValue()
Returns the lower bound of x. |
double |
getXValue()
Returns the x value. |
java.lang.Number |
getY()
Returns the y value. |
java.lang.Number |
getYHigh()
Returns the upper bound of y. |
double |
getYHighValue()
Returns the upper bound of y. |
java.lang.Number |
getYLow()
Returns the lower bound of y. |
double |
getYLowValue()
Returns the lower bound of y. |
double |
getYValue()
Returns the y value. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class com.ijchart.xychart.data.AbstractChartData |
---|
formatDate, formatDateForFunction, formatNumber, formatNumber, formatNumberForFunction, formatNumberForFunction, getDateFormat, getNumberFormat, setDateFormat, setNumberFormat |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ErrorChartData(double x, double xLow, double xHigh, double y, double yLow, double yHigh)
x
- double
The x value.xLow
- double
The lower bound of x.xHigh
- double
The upper bound of x.y
- double
The y value.yLow
- double
The lower bound of y.yHigh
- double
The upper bound of y.public ErrorChartData(java.lang.Number x, java.lang.Number xLow, java.lang.Number xHigh, java.lang.Number y, java.lang.Number yLow, java.lang.Number yHigh)
x
- Number
The x value.xLow
- Number
The lower bound of x.xHigh
- Number
The upper bound of x.y
- Number
The y value.yLow
- Number
The lower bound of y.yHigh
- Number
The upper bound of y.Method Detail |
---|
public java.lang.Number getX()
public java.lang.Number getXLow()
public java.lang.Number getXHigh()
public java.lang.Number getY()
public java.lang.Number getYLow()
public java.lang.Number getYHigh()
public double getXValue()
public double getXLowValue()
public double getXHighValue()
public double getYValue()
public double getYLowValue()
public double getYHighValue()
public java.lang.String getLabelText()
getLabelText
in interface IChartData
getLabelText
in class AbstractChartData
public java.lang.String getAreaFunctionArguments()
getAreaFunctionArguments
in interface IChartData
getAreaFunctionArguments
in class AbstractChartData
public java.lang.String getAreaURLFragment()
getAreaURLFragment
in interface IChartData
getAreaURLFragment
in class AbstractChartData
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- Object
The Object to be compared.
java.lang.ClassCastException
- if the specified object's type prevents it
from being compared to this Object.public boolean equals(java.lang.Object obj)
equals
in class AbstractChartData
obj
- the object (null permitted).
public int hashCode()
hashCode
in class AbstractChartData
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class AbstractChartData
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 AbstractChartData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |