|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.extentech.ExtenXLS.ui.jchart.YSeries
public class YSeries
This class is a holder of Strings that represent the y-axis series of a Chart.
| Constructor Summary | |
|---|---|
YSeries()
Constructor for a new empty YSeries. |
|
YSeries(java.util.ArrayList list)
Constructor for a new YSeries with zero or more Strings contained in the given ArrayList. |
|
YSeries(java.lang.String str)
Constructor for a new YSeries with a single series (initially). |
|
| Method Summary | |
|---|---|
void |
addMultipleSeries(java.util.ArrayList list)
Method to add multiple series (contained in an ArrayList) to this YSeries. |
void |
addSeries(java.lang.String str)
Method to add a series to a YSeries object. |
void |
clear()
Method to clear the YSeries of all series it contains. |
java.util.ArrayList |
getSeries()
Returns an ArrayList of Strings that are the series in the YSeries object. |
double[] |
getYAxisValues()
Gets the data for another of the y axis series. |
double[] |
getYAxisValues(int index)
|
double[] |
getYAxisValues2()
|
double[] |
getYAxisValues3()
|
int |
getYSeriesCount()
|
void |
removeMultipleSeries(java.util.ArrayList list)
Method to remove multiple series (contained in an ArrayList) to this YSeries. |
void |
removeSeries(java.lang.String str)
Method to remove a series to a YSeries object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public YSeries()
public YSeries(java.lang.String str)
str - public YSeries(java.util.ArrayList list)
list - | Method Detail |
|---|
public java.util.ArrayList getSeries()
public void addSeries(java.lang.String str)
public void addMultipleSeries(java.util.ArrayList list)
public void removeSeries(java.lang.String str)
public void removeMultipleSeries(java.util.ArrayList list)
public void clear()
public double[] getYAxisValues()
public double[] getYAxisValues2()
public double[] getYAxisValues3()
public double[] getYAxisValues(int index)
public int getYSeriesCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||