public class MutipleAxisChart extends Chart
Title: 直方图和趋势图的复合图表类
Description: 直方图和趋势图的复合图表类,是从chart继承的
限定符和类型 | 字段和说明 |
---|---|
static int |
FORWARD |
static int |
REVERSE |
AREA_CHART, BAR_CHART, BAR_CHART_3D, defualtColors0, defualtColors1, DOWN_45, DOWN_90, LEGEND_BOTTOM, LEGEND_RIGHT, LEGEND_TOP, LINE_CHART, PIE_CHART, PIE_CHART_3D, SCATTER_CHART, SPLITAREA_CHART, STACKEDBAR_CHART, STACKEDBAR_CHART_3D, STANDARD, UP_45, UP_90, XY_CHART, XYAREA_CHART
构造器和说明 |
---|
MutipleAxisChart()
复合图表MutipleAxisChart的构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
addChart(Chart chart)
向MutipleAxisChart列表中增加一个chart,在第一个基础之上增加多个度量
|
org.jfree.chart.plot.CategoryPlot |
createPlot()
根据复合图表的设置创建plot
|
org.jfree.chart.plot.CategoryPlot |
getPlot()
获取图表对应的plot
|
void |
setRenderingOrder(int order)
设置多度量图表的绘图顺序
|
createCategoryPlot, createPiePlot, createXYPlot, generateChart, getBackground, getChartBorderColor, getChartType, getDatastore, getGridLineColor, getItemMargin, getLabelBackground, getLabelFont, getLabelLinkColor, getLabelOutlineColor, getLegendBackground, getLegendFont, getLegendFontColor, getLegendLineColor, getPlotBackground, getPlotOrientation, getPopuMenu, getTitle, getTitleFont, getTitleFontColor, getXAxisLabel, getXAxisLabelFont, getXAxisLabelFontColor, getYAxisLabel, getYAxisLabelFont, getYAxisLabelFontColor, isShowLegend, isUseMap, setAutoAxisRange, setAutoXAxisRange, setAutoYAxisRange, setAxisSpaceScale, setBackground, setCategoryMargin, setChartBorderColor, setChartType, setDataset, setDatastore, setDefualtChartType, setDomainGridlinesVisible, setForegroundAlpha, setGradientPaint, setGridLineColor, setHeight, setHttpServletRequest, setItemMargin, setLabelBackground, setLabelFont, setLabelLinkColor, setLabelOutlineColor, setLegendBackground, setLegendFont, setLegendFontColor, setLegendLineColor, setLegendPosition, setMutiColor, setOutFileFormat, setPicDimension, setPlotBackground, setPlotOrientation, setRange, setSeriesCol, setSeriesCol, setSeriesColors0, setSeriesColors1, setSeriesIDCol, setShowborder, setShowLegend, setShowValueOnBar, setSplitValues, setTitle, setTitleFont, setTitleFontColor, setUseMap, setUseMapURL, setWidth, setXAxisCol, setXAxisCol, setXAxisLabel, setXAxisLabelFont, setXAxisLabelFontColor, setXIDCol, setXLabelPosition, setXRange, setXTickLabelVisible, setYAxisCol, setYAxisCol, setYAxisLabel, setYAxisLabelFont, setYAxisLabelFontColor, setYRange, setYTickLabelVisible
public static final int FORWARD
public static final int REVERSE
public void addChart(Chart chart)
chart
- Chart chart图表对象public org.jfree.chart.plot.CategoryPlot createPlot()
public org.jfree.chart.plot.CategoryPlot getPlot()
public void setRenderingOrder(int order)
order
- int >0先后顺序;<=0逆序