|
|||||||||
| 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.BoxAndWhiskerData
com.ijchart.xychart.data.IntervalXBoxAndWhiskerData
public class IntervalXBoxAndWhiskerData
Title: IJChart
Description: a chart library for the Java(tm) platform.
XYBoxAndWhisker 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 | |
|---|---|
IntervalXBoxAndWhiskerData(double startX,
double endX)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object. |
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. |
double |
getEndX()
Returns the end x value. |
java.lang.String |
getLabelText()
Returns the label text. |
double |
getStartX()
Returns the start x 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.BoxAndWhiskerData |
|---|
addValue, addValues, calculateQ3Value, clearValues, compareTo, getMaxOutlier, getMaxRegularValue, getMean, getMedian, getMinOutlier, getMinRegularValue, getOutliers, getQ1, getQ3, getValues, removeValue |
| 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 IntervalXBoxAndWhiskerData(double startX,
double endX)
startX - double
The start x value.endX - double
The end x value.| Method Detail |
|---|
public double getStartX()
public double getEndX()
public java.lang.String getLabelText()
getLabelText in interface IChartDatagetLabelText in class BoxAndWhiskerDatapublic java.lang.String getAreaFunctionArguments()
getAreaFunctionArguments in interface IChartDatagetAreaFunctionArguments in class BoxAndWhiskerDatapublic java.lang.String getAreaURLFragment()
getAreaURLFragment in interface IChartDatagetAreaURLFragment in class BoxAndWhiskerDatapublic boolean equals(java.lang.Object obj)
equals in class BoxAndWhiskerDataobj - the object (null permitted).
public int hashCode()
hashCode in class BoxAndWhiskerData
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class BoxAndWhiskerDatajava.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 BoxAndWhiskerData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||