程序包 | 说明 |
---|---|
com.fr.chart.chartattr | |
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
限定符和类型 | 方法和说明 |
---|---|
void |
CategoryPlot.install4PlotGlyph(CategoryPlotGlyph plotGlyph,
ChartData chartData)
将CategoryPlot中的属性同步到CategoryPlotGlyph,
|
void |
CategoryPlot.installAxisGlyph(CategoryPlotGlyph categoryPlotGlyph,
ChartData chartData)
根据ChartData为categoryPlotGlyph创建相应的AxisGlyph, 并同步相应的Axis属性
|
限定符和类型 | 类和说明 |
---|---|
class |
Area3DPlotGlyph
三维饼图绘图区图形对象
|
class |
AreaPlotGlyph
面积图绘图区图形对象.
|
class |
Bar2DPlotGlyph
二维柱形图绘图区图形对象
|
class |
Bar3DPlotGlyph
三维柱形图绘图区图形对象.
|
class |
BarPlotGlyph
柱状图绘图区图形对象.
|
class |
CustomPlotGlyph
组合图绘图区图形对象.
|
class |
LinePlotGlyph
折线图绘图区图形对象.
|
限定符和类型 | 方法和说明 |
---|---|
void |
AreaPlotGlyph.dealAreaShape4PlotGlyph(DataSeries4Area dataSeries,
CategoryPlotGlyph categoryPlotGlyph,
AxisGlyph xAxisGlyph,
AxisGlyph yAxisGlyph,
int resolution)
要处理Area堆积方法.
|
void |
LinePlotGlyph.dealLine4PlotGlyph(DataSeries dataSeries,
CategoryPlotGlyph categoryPlotGlyph,
AxisGlyph xAxisGlyph,
AxisGlyph yAxisGlyph,
int resolution)
处理的折线和标记.
|
void |
Bar3DPlotGlyph.dealShape4Bar(DataSeries dataSeries,
CategoryPlotGlyph categoryPlotGlyph,
BarDataWithAxisGlyph data,
int resolution)
对每个系列布局
|
void |
Bar2DPlotGlyph.dealShape4Bar(DataSeries dataSeries,
CategoryPlotGlyph categoryPlotGlyph,
BarDataWithAxisGlyph data,
int resolution)
对每个系列布局
|
protected java.awt.geom.Rectangle2D |
BarPlotGlyph.getBarShape(DataSeries dataSeries,
CategoryPlotGlyph categoryPlotGlyph,
int categoryIndex,
BarDataWithAxisGlyph data)
返回指定系列的柱形Shape
|