|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.report.xls.SeriesInfo
public class SeriesInfo
| Constructor Summary | |
|---|---|
SeriesInfo()
|
|
SeriesInfo(int num,
java.lang.String name,
java.lang.String text,
java.lang.String valueRef,
SeriesPattern[] seriesPatterns)
Constructs class SeriesInfo and sets its fields appropriately. |
|
SeriesInfo(java.lang.String text,
double[] values,
SeriesPattern[] seriesPatterns)
Constructs class SeriesInfo and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the reference of the series name |
int |
getNum()
Get the number of values in the series |
SeriesPattern[] |
getSeriesPatterns()
Get the series patterns. |
java.lang.String |
getText()
Get the text of the series name, such as "sum" |
java.lang.String |
getValueRef()
Get the reference of the series values, such as "sheet1!a1:d1". |
double[] |
getValues()
Get the series values. |
void |
setName(java.lang.String name)
Set the reference of the series name, such as "sheet1!a1". |
void |
setNum(int num)
Set the number of values in the series |
void |
setSeriesPatterns(SeriesPattern[] seriesPatterns)
Set the series patterns. |
void |
setText(java.lang.String text)
Set the text of the series name, such as "sum" |
void |
setValueRef(java.lang.String valueRef)
Set the reference of the series values, such as "sheet1!b1:d1". |
void |
setValues(double[] values)
Set the series values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeriesInfo()
public SeriesInfo(int num,
java.lang.String name,
java.lang.String text,
java.lang.String valueRef,
SeriesPattern[] seriesPatterns)
num - number of the value in this seriesname - The reference of the series name, such as "sheet1!a1".text - Text of the seriesvalueRef - Reference of the series values, such as "sheet1!b1:d1".seriesPatterns - The series patterns array
public SeriesInfo(java.lang.String text,
double[] values,
SeriesPattern[] seriesPatterns)
num - number of the value in this seriestext - Text of the seriesvalues - array of values of the seriesseriesPatterns - The series patterns array| Method Detail |
|---|
public void setNum(int num)
num - the number of values in the seriespublic int getNum()
public void setName(java.lang.String name)
public java.lang.String getName()
public void setText(java.lang.String text)
text - The text of the series namepublic java.lang.String getText()
public void setValueRef(java.lang.String valueRef)
public java.lang.String getValueRef()
public void setValues(double[] values)
public double[] getValues()
public void setSeriesPatterns(SeriesPattern[] seriesPatterns)
public SeriesPattern[] getSeriesPatterns()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||