public final class Chart extends BodyTagImpl implements Serializable
Modifier and Type | Field and Description |
---|---|
static Color |
COLOR_333333 |
static Color |
COLOR_666666 |
static Color |
COLOR_999999 |
static String |
FONT_ARIAL |
static String |
FONT_ARIAL_UNICODE_MS |
static String |
FONT_COURIER |
static String |
FONT_TIMES |
static int |
FORMAT_FLASH |
static int |
FORMAT_GIF |
static int |
FORMAT_JPG |
static int |
FORMAT_PNG |
static org.jfree.chart.axis.CategoryLabelPositions |
LABEL_DOWN_45 |
static org.jfree.chart.axis.CategoryLabelPositions |
LABEL_DOWN_90 |
static org.jfree.chart.axis.CategoryLabelPositions |
LABEL_HORIZONTAL |
static org.jfree.chart.axis.CategoryLabelPositions |
LABEL_UP_45 |
static org.jfree.chart.axis.CategoryLabelPositions |
LABEL_UP_90 |
static org.jfree.chart.axis.CategoryLabelPositions |
LABEL_VERTICAL |
static int |
PIE_SLICE_STYLE_SLICED |
static int |
PIE_SLICE_STYLE_SOLID |
static int |
SERIES_PLACEMENT_CLUSTER |
static int |
SERIES_PLACEMENT_DEFAULT |
static int |
SERIES_PLACEMENT_PERCENT |
static int |
SERIES_PLACEMENT_STACKED |
static int |
TIP_STYLE_FORMATS |
static int |
TIP_STYLE_MOUSEDOWN |
static int |
TIP_STYLE_MOUSEOVER |
static int |
TIP_STYLE_NONE |
Constructor and Description |
---|
Chart() |
Modifier and Type | Method and Description |
---|---|
void |
addChartSeries(ChartSeriesBean series) |
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setBackgroundcolor(String strBackgroundColor) |
void |
setCategorylabelpositions(String strOrientation) |
void |
setChartheight(double chartheight) |
void |
setChartwidth(double chartwidth) |
void |
setDatabackgroundcolor(String strDatabackgroundcolor) |
void |
setFont(String strFont) |
void |
setFontbold(boolean fontbold) |
void |
setFontitalic(boolean fontitalic) |
void |
setFontsize(double fontsize) |
void |
setForegroundcolor(String strForegroundcolor) |
void |
setFormat(String strFormat) |
void |
setGridlines(double gridlines) |
void |
setLabelformat(String strLabelFormat) |
void |
setMarkersize(double markersize) |
void |
setName(String name) |
void |
setPieslicestyle(String strPieslicestyle) |
void |
setScalefrom(double scaletrom) |
void |
setScaleto(double scaleto) |
void |
setSeriesplacement(String strSeriesplacement) |
void |
setShow3d(boolean show3d) |
void |
setShowborder(boolean showborder) |
void |
setShowlegend(boolean showlegend) |
void |
setShowmarkers(boolean showmarkers) |
void |
setShowtooltip(boolean showtooltip) |
void |
setShowxgridlines(boolean showxgridlines) |
void |
setShowxlabel(boolean showXLabel) |
void |
setShowygridlines(boolean showygridlines) |
void |
setSortxaxis(boolean sortxaxis) |
void |
setSource(String source) |
void |
setStyle(String style) |
void |
setTipbgcolor(String strTipbgcolor) |
void |
setTipstyle(String strTipstyle) |
void |
setTitle(String title) |
void |
setUrl(String url) |
void |
setXaxistitle(String xaxistitle) |
void |
setXaxistype(String xaxistype) |
void |
setXoffset(double xoffset) |
void |
setYaxistitle(String yaxistitle) |
void |
setYaxistype(String yaxistype) |
void |
setYoffset(double yoffset) |
doAfterBody, doInitBody, setBodyContent
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public static final Color COLOR_999999
public static final Color COLOR_666666
public static final Color COLOR_333333
public static final String FONT_ARIAL
public static final String FONT_TIMES
public static final String FONT_COURIER
public static final String FONT_ARIAL_UNICODE_MS
public static final int FORMAT_GIF
public static final int FORMAT_JPG
public static final int FORMAT_PNG
public static final int FORMAT_FLASH
public static final int PIE_SLICE_STYLE_SOLID
public static final int PIE_SLICE_STYLE_SLICED
public static final int SERIES_PLACEMENT_DEFAULT
public static final int SERIES_PLACEMENT_CLUSTER
public static final int SERIES_PLACEMENT_STACKED
public static final int SERIES_PLACEMENT_PERCENT
public static final int TIP_STYLE_NONE
public static final int TIP_STYLE_FORMATS
public static final int TIP_STYLE_MOUSEDOWN
public static final int TIP_STYLE_MOUSEOVER
public static final org.jfree.chart.axis.CategoryLabelPositions LABEL_HORIZONTAL
public static final org.jfree.chart.axis.CategoryLabelPositions LABEL_VERTICAL
public static final org.jfree.chart.axis.CategoryLabelPositions LABEL_DOWN_90
public static final org.jfree.chart.axis.CategoryLabelPositions LABEL_DOWN_45
public static final org.jfree.chart.axis.CategoryLabelPositions LABEL_UP_45
public static final org.jfree.chart.axis.CategoryLabelPositions LABEL_UP_90
public Chart()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BodyTagImpl
public void setShowxlabel(boolean showXLabel)
public void setCategorylabelpositions(String strOrientation)
public void setShowtooltip(boolean showtooltip)
public void setBackgroundcolor(String strBackgroundColor) throws ExpressionException
ExpressionException
public void setDatabackgroundcolor(String strDatabackgroundcolor) throws ExpressionException
ExpressionException
public void setForegroundcolor(String strForegroundcolor) throws ExpressionException
ExpressionException
public void setTipbgcolor(String strTipbgcolor) throws ExpressionException
ExpressionException
public void setChartheight(double chartheight)
public void setChartwidth(double chartwidth)
public void setFontbold(boolean fontbold)
public void setFontitalic(boolean fontitalic)
public void setFontsize(double fontsize)
public void setFormat(String strFormat) throws ExpressionException
ExpressionException
public void setGridlines(double gridlines)
public void setLabelformat(String strLabelFormat) throws ExpressionException
ExpressionException
public void setMarkersize(double markersize) throws ExpressionException
ExpressionException
public void setPieslicestyle(String strPieslicestyle) throws ExpressionException
ExpressionException
public void setScaleto(double scaleto)
public void setScalefrom(double scaletrom)
public void setSeriesplacement(String strSeriesplacement) throws ExpressionException
ExpressionException
public void setShow3d(boolean show3d)
public void setShowborder(boolean showborder)
public void setShowlegend(boolean showlegend)
public void setShowmarkers(boolean showmarkers)
public void setShowxgridlines(boolean showxgridlines)
public void setShowygridlines(boolean showygridlines)
public void setSortxaxis(boolean sortxaxis)
public void setTipstyle(String strTipstyle) throws ExpressionException
ExpressionException
public void setXaxistitle(String xaxistitle)
xaxistitle
- the xaxistitle to setpublic void setYaxistitle(String yaxistitle)
yaxistitle
- the yaxistitle to setpublic void addChartSeries(ChartSeriesBean series)
public int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
public int doEndTag() throws PageException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
PageException
public void setXoffset(double xoffset)
xoffset
- the xoffset to setpublic void setYoffset(double yoffset)
yoffset
- the yoffset to setpublic void setYaxistype(String yaxistype)
yaxistype
- the yaxistype to setpublic void setXaxistype(String xaxistype)
yaxistype
- the yaxistype to setCopyright © 2015 Lucee