|
|||||||||
| 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.SurfaceInfo
public class SurfaceInfo
contains the information of Surface chart type in the file. The class extends chartTypeInfo
| Field Summary | |
|---|---|
static short |
FILLSUFACE
|
static short |
NORMAL
|
| 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 | |
|---|---|
SurfaceInfo(short style,
boolean isContour)
Constructs class SufaceInfo and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
int |
getChartType()
Get the type of the chart |
boolean |
getContour()
get whether the surface chart viewed from above |
short |
getStyle()
Get the style of the surface chart |
boolean |
hasShadow()
get whether this chart has a shadow or not |
void |
setContour(boolean isContour)
set the surface chart viewed from above |
void |
setStyle(short style)
Set the style of the surface 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 FILLSUFACE
| Constructor Detail |
|---|
public SurfaceInfo(short style,
boolean isContour)
style - Style of surface chart NORMAL or FILLSUFACE| Method Detail |
|---|
public int getChartType()
getChartType in class ChartTypeInfopublic short getStyle()
getStyle in class ChartTypeInfoNORMAL,
FILLSUFACEpublic void setStyle(short style)
style - Style of the surface chartNORMAL,
FILLSUFACEpublic boolean hasShadow()
hasShadow in class ChartTypeInfopublic void setContour(boolean isContour)
public boolean getContour()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||