程序包 | 说明 |
---|---|
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
限定符和类型 | 方法和说明 |
---|---|
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
|
double |
CategoryPlotGlyph.getBarStartPercent(double barPercent,
int categoryIndex,
BarDataWithAxisGlyph data) |