|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.report.xls.SeriesInfo
public class SeriesInfo
Specifies a series info.
Constructor Summary | |
---|---|
SeriesInfo()
Creates a blank series info and then sets its parameters. |
|
SeriesInfo(int num,
java.lang.String name,
java.lang.String text,
java.lang.String valueRef,
SeriesPattern[] seriesPatterns)
Constructs a SeriesInfo object with these parameters: |
|
SeriesInfo(java.lang.String text,
double[] values,
boolean[] isNull,
SeriesPattern[] seriesPatterns)
Constructs a SeriesInfo object with these parameters. |
|
SeriesInfo(java.lang.String text,
double[] values,
SeriesPattern[] seriesPatterns)
Constructs a SeriesInfo object with these parameters: |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the reference of the series' name. |
int |
getNum()
Gets the number of values in the series. |
SeriesPattern[] |
getSeriesPatterns()
Gets the series' patterns. |
java.lang.String |
getText()
Gets the text of the series' name, such as "sum". |
java.lang.String |
getValueRef()
Gets the reference of the series' values, such as "sheet1!a1:d1". |
double[] |
getValues()
Gets the series' values. |
void |
setName(java.lang.String name)
Sets the reference of the series' name, such as "sheet1!a1". |
void |
setNum(int num)
Sets the number of values in the series. |
void |
setSeriesPatterns(SeriesPattern[] seriesPatterns)
Sets the series' patterns. |
void |
setText(java.lang.String text)
Sets the text of the series' name, such as "sum". |
void |
setValueRef(java.lang.String valueRef)
Sets the reference of the series' values, such as "sheet1!b1:d1". |
void |
setValues(double[] values)
Sets 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)
SeriesInfo
object with these parameters:
num
- number of the values 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 arraypublic SeriesInfo(java.lang.String text, double[] values, SeriesPattern[] seriesPatterns)
SeriesInfo
object with these parameters:
text
- text of the seriesvalues
- the values used in the seriesseriesPatterns
- the series' patterns arraypublic SeriesInfo(java.lang.String text, double[] values, boolean[] isNull, SeriesPattern[] seriesPatterns)
SeriesInfo
object with these parameters.
text
- text of the seriesvalues
- array of values of the seriesseriesPatterns
- the series' patterns arrayMethod Detail |
---|
public void setNum(int num)
num
- the number of values in the seriespublic int getNum()
public void setName(java.lang.String name)
name
- reference of the series' namepublic 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)
valueRef
- reference of the series' valuespublic java.lang.String getValueRef()
public void setValues(double[] values)
values
- the series' valuespublic double[] getValues()
public void setSeriesPatterns(SeriesPattern[] seriesPatterns)
seriesPatterns
- the series' patterns arraypublic SeriesPattern[] getSeriesPatterns()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |