|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.report.xls.ChartTypeInfo
jet.report.xls.AreaInfo
jet.report.xls.Bar_AreaInfo
public class Bar_AreaInfo
contains the information of bar_line chart type in the file. The class extends ColumnInfo
| Field Summary | |
|---|---|
static short |
AREASTACKED
|
static short |
F100STACKED
|
static short |
NORMAL
|
static short |
STACKED
|
| Fields inherited from class jet.report.xls.ChartTypeInfo |
|---|
AREA, BAR, BAR_AREA, BAR_LINE, BOPPOP, COLUMN, CONE, CYLINDER, DROPBAR, LINE, LINE_LINE, PIE, PYRAMID, RADAR, SCATTER, SHOWBUBBLESIZE, SHOWLABEL, SHOWLABPER, SHOWNONE, SHOWPERCENT, SHOWVALUE, STOCK, SURFACE |
| Constructor Summary | |
|---|---|
Bar_AreaInfo(short dataLabel,
short barStyle)
Constructs class BarInfo and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
short |
getBarStyle()
Get the style of the line |
int |
getChartType()
Get the type of the chart |
ChartLabelInfo |
getX1AxisName()
Get the minor x axis name of bar_line chart |
ChartLabelInfo |
getY1AxisName()
Get the minor y axis name of bar_line chart |
void |
setBarStyle(short barStyle)
Set the style of the line |
void |
setX1AxisName(ChartLabelInfo x1AxisName)
Set the minor x axis name of bar_line chart |
void |
setY1AxisName(ChartLabelInfo y1AxisName)
Set the minor y axis name of bar_line chart |
| Methods inherited from class jet.report.xls.AreaInfo |
|---|
getStyle, hasShadow, setHasShadow, setStyle |
| Methods inherited from class jet.report.xls.ChartTypeInfo |
|---|
addSeries, getCatName, getCatNameRef, getDataLabel, getInfo3D, getIs3D, getSeries, getSeriesSize, insertSeries, removeSeries, replace, setCatName, setCatNameRef, setDataLabel, setInfo3D, setIs3D |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short NORMAL
public static final short STACKED
public static final short F100STACKED
public static final short AREASTACKED
| Constructor Detail |
|---|
public Bar_AreaInfo(short dataLabel,
short barStyle)
dataLabel - type of the data label, 0 for none, 1 for show value, 16 for show labelbarStyle - Style of bar, NORMAL, STACKED or F100STACKED| Method Detail |
|---|
public int getChartType()
getChartType in class AreaInfopublic ChartLabelInfo getX1AxisName()
public void setX1AxisName(ChartLabelInfo x1AxisName)
x1AxisName - the minor x axis name of bar_line chartpublic ChartLabelInfo getY1AxisName()
public void setY1AxisName(ChartLabelInfo y1AxisName)
y1AxisName - the minor y axis name of bar_line chartpublic short getBarStyle()
NORMAL,
STACKED,
F100STACKEDpublic void setBarStyle(short barStyle)
lineStyle - Style of the lineNORMAL,
STACKED,
F100STACKED
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||