|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.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
Represents 100% Stacked Line Chart. |
static short |
NONE
|
static short |
NORMAL
Represents Normal Line Chart. |
static short |
PLUSSIGN
|
static short |
SQUARE
|
static short |
STACKED
Represents Stacked Line Chart. |
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()
Gets the type of the chart. |
short |
getMarkStyle()
Gets the style of line marks. |
short |
getStyle()
Gets the style of the line chart. |
boolean |
hasShadow()
Gets whether this chart has a shadow or not. |
void |
setMarkStyle(short markStyle)
Sets the style of line marks. |
void |
setStyle(short style)
Sets 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, setCatNameRef, setDataLabel, setInfo3D, setIs3D, setIsPercentDataLabel, setIsShowY2, setIsShowYAxis |
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
MarkerFormatInfo.NONE
,
Constant Field Valuespublic static final short SQUARE
MarkerFormatInfo.SQUARE
,
Constant Field Valuespublic static final short DIAMOND
MarkerFormatInfo.DIAMOND
,
Constant Field Valuespublic static final short TRIANGLE
MarkerFormatInfo.TRIANGLE
,
Constant Field Valuespublic static final short X
MarkerFormatInfo.X
,
Constant Field Valuespublic static final short STAR
MarkerFormatInfo.STAR
,
Constant Field Valuespublic static final short DOWJONES
MarkerFormatInfo.DOWJONES
,
Constant Field Valuespublic static final short DEVIATION
MarkerFormatInfo.DEVIATION
,
Constant Field Valuespublic static final short CIRCLE
MarkerFormatInfo.CIRCLE
,
Constant Field Valuespublic static final short PLUSSIGN
MarkerFormatInfo.PLUSSIGN
,
Constant Field ValuesConstructor Detail |
---|
public LineInfo(short dataLabel, boolean is3D, Info3D info3D, short style)
dataLabel
- type of the data label, see ChartTypeInfo.SHOWNONE
, ChartTypeInfo.SHOWVALUE
and ChartTypeInfo.SHOWLABEL
is3D
- whether the chart is 3D chart or notinfo3D
- the 3d chart infostyle
- style of line chart, please see NORMAL, STACKED, and F100STACKED.Method Detail |
---|
public int getChartType()
getChartType
in class ChartTypeInfo
public short getMarkStyle()
NONE
,
SQUARE
,
DIAMOND
,
TRIANGLE
,
X
,
STAR
,
DOWJONES
,
DEVIATION
,
CIRCLE
,
PLUSSIGN
public void setMarkStyle(short markStyle)
markStyle
- style of line marksNONE
,
SQUARE
,
DIAMOND
,
TRIANGLE
,
X
,
STAR
,
DOWJONES
,
DEVIATION
,
CIRCLE
,
PLUSSIGN
public short getStyle()
getStyle
in class ChartTypeInfo
NORMAL
,
STACKED
,
F100STACKED
public void setStyle(short style)
style
- style of the line chartNORMAL
,
STACKED
,
F100STACKED
public boolean hasShadow()
hasShadow
in class ChartTypeInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |