|
|||||||||
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
public class BoxAndWhiskerData
Title: IJChart
Description: a chart library for the Java(tm) platform.
BoxAndWhisker 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 | |
---|---|
BoxAndWhiskerData()
Constructor. |
Method Summary | |
---|---|
void |
addValue(java.lang.Number value)
Add a value. |
void |
addValues(java.lang.Number[] values)
Add a value array. |
double |
calculateQ3Value(java.util.List values)
Calculates the third quartile for a list of numbers in ascending order. |
void |
clearValues()
Remove all values. |
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. |
double |
getMaxOutlier()
Returns the maximum outlier. |
double |
getMaxRegularValue()
Returns the maximum regular value. |
double |
getMean()
Returns the mean. |
double |
getMedian()
Returns the median. |
double |
getMinOutlier()
Returns the minimum outlier. |
double |
getMinRegularValue()
Returns the minimum regular value. |
java.util.List |
getOutliers()
Returns the outliers. |
double |
getQ1()
Returns the first quarter. |
double |
getQ3()
Returns the third quarter. |
java.util.List |
getValues()
Returns the list of values,and is unmodifiable. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.Object |
removeValue(int index)
Removes the element at the specified position in this list. |
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 BoxAndWhiskerData()
Method Detail |
---|
public void addValue(java.lang.Number value)
value
- Number
A value.public void addValues(java.lang.Number[] values)
values
- Number[]
A value array (null not permitted).public java.lang.Object removeValue(int index)
index
- int
The index of the element to removed..
java.lang.IndexOutOfBoundsException
-
If index out of range (index < 0 || index >= size()).public void clearValues()
public java.util.List getValues()
public double getMean()
public double getMedian()
public double getQ1()
public double getQ3()
public double getMinRegularValue()
public double getMaxRegularValue()
public double getMinOutlier()
public double getMaxOutlier()
public java.util.List getOutliers()
public double calculateQ3Value(java.util.List values)
values
- List
The values (null permitted).
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 |