|
|||||||||
| 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.LineInfo
public class LineInfo
contains the information of line chart type in the file. The class extends chartTypeInfo
| Field Summary | |
|---|---|
static short |
CIRCLE
|
static short |
DEVIATION
|
static short |
DIAMOND
|
static short |
DOWJONES
|
static short |
F100STACKED
|
static short |
NONE
|
static short |
NORMAL
|
static short |
PLUSSIGN
|
static short |
SQUARE
|
static short |
STACKED
|
static short |
STAR
|
static short |
TRIANGLE
|
static short |
X
|
| 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 | |
|---|---|
LineInfo(short dataLabel,
boolean is3D,
Info3D info3D,
short style)
Constructs class LineInfo and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
int |
getChartType()
Get the type of the chart |
short |
getMarkStyle()
Get the style of line marks |
short |
getStyle()
Get the style of the line chart |
boolean |
hasShadow()
get whether this chart has a shadow or not |
void |
setMarkStyle(short markStyle)
Set the style of line marks |
void |
setStyle(short style)
Set the style of the line chart |
| 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 NONE
public static final short SQUARE
public static final short DIAMOND
public static final short TRIANGLE
public static final short X
public static final short STAR
public static final short DOWJONES
public static final short DEVIATION
public static final short CIRCLE
public static final short PLUSSIGN
| Constructor Detail |
|---|
public LineInfo(short dataLabel,
boolean is3D,
Info3D info3D,
short style)
dataLabel - type of the data label, 0 for none, 1 for show value, 16 for show labelis3D - Is 3D chart or notstyle - Style of line chart| Method Detail |
|---|
public int getChartType()
getChartType in class ChartTypeInfopublic short getMarkStyle()
NONE,
SQUARE,
DIAMOND,
TRIANGLE,
X,
STAR,
DOWJONES,
DEVIATION,
CIRCLE,
PLUSSIGNpublic void setMarkStyle(short markStyle)
markStyle - style of line marksNONE,
SQUARE,
DIAMOND,
TRIANGLE,
X,
STAR,
DOWJONES,
DEVIATION,
CIRCLE,
PLUSSIGNpublic short getStyle()
getStyle in class ChartTypeInfoNORMAL,
STACKED,
F100STACKEDpublic void setStyle(short style)
style - Style of the line chartNORMAL,
STACKED,
F100STACKEDpublic boolean hasShadow()
hasShadow in class ChartTypeInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||