|
|||||||||
| 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.StockInfo
public class StockInfo
contains the information of stock 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 |
DROPLINE
|
static short |
HILOLINE
|
static short |
NONE
|
static short |
PLUSSIGN
|
static short |
SERIESLINE
|
static short |
SQUARE
|
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 | |
|---|---|
StockInfo(short dataLabel,
boolean is3D,
Info3D info3D,
short style)
Constructs class StockInfo 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 bar 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 bar 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 DROPLINE
public static final short HILOLINE
public static final short SERIESLINE
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 StockInfo(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 bar| Method Detail |
|---|
public int getChartType()
getChartType in class ChartTypeInfopublic short getStyle()
getStyle in class ChartTypeInfopublic void setStyle(short style)
style - Style of the bar chartpublic short getMarkStyle()
public void setMarkStyle(short markStyle)
markStyle - style of line markspublic boolean hasShadow()
hasShadow in class ChartTypeInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||