|
|||||||||
| 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.DropBarInfo
public class DropBarInfo
contains the information of DropBar chart type in the file. The class extends chartTypeInfo
| Field Summary |
|---|
| 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 | |
|---|---|
DropBarInfo(short dataLabel,
boolean is3D,
Info3D info3D)
Constructs class DropBarInfo and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
int |
getChartType()
Get the type of the chart |
short |
getStyle()
Get Drop bar gap width |
boolean |
hasShadow()
get whether this chart has a shadow or not |
void |
setStyle(short style)
Set Drop bar gap width |
| 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 |
| Constructor Detail |
|---|
public DropBarInfo(short dataLabel,
boolean is3D,
Info3D info3D)
dataLabel - type of the data label, 0 for none, 1 for show value, 16 for show labelis3D - Is 3D chart or notstyle - Drop bar gap width| Method Detail |
|---|
public int getChartType()
getChartType in class ChartTypeInfopublic short getStyle()
getStyle in class ChartTypeInfopublic void setStyle(short style)
style - Drop bar gap widthpublic boolean hasShadow()
hasShadow in class ChartTypeInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||