程序包 | 说明 |
---|---|
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
限定符和类型 | 字段和说明 |
---|---|
protected Cubic |
CategoryPlotGlyph.threeDBase |
protected Cubic |
AxisGlyph.threeDBase |
限定符和类型 | 方法和说明 |
---|---|
Cubic |
AxisGlyph.getCubic()
返回三维格式
|
Cubic |
AxisGlyph.getThreeDBase()
返回底座的cubic
|
限定符和类型 | 方法和说明 |
---|---|
void |
AxisGlyph.setCubic(Cubic cubic)
设置三维格式 坐标轴的三维格式 被用来当作背景
|
void |
AxisGlyph.setThreeDBase(Cubic base)
设置底座的cubic
|