程序包 | 说明 |
---|---|
com.fr.base.chart | |
com.fr.chart.chartattr | |
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
com.fr.design.chart.gui | |
com.fr.design.chart.gui.active | |
com.fr.extended.chart | |
com.fr.plugin.chart.vanchart |
限定符和类型 | 方法和说明 |
---|---|
BaseChartGlyph |
BaseChart.createGlyph(ChartData chartData)
生成ChartGlyph,包括其标题(TitleGlyph)、绘图区(PlotGlyph)和图例(LegendGlyph)属性
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Map |
BaseChartGlyph.toJSONMap4Change(ChangeConfigProvider changeConfigProvider,
BaseChartGlyph[] glyphs,
java.lang.String[] dependence,
double width,
double height,
Repository repo,
int sheetIndex,
java.lang.String ecName) |
限定符和类型 | 方法和说明 |
---|---|
protected BaseChartGlyph |
ChartIcon.createGlyph() |
BaseChartGlyph |
Charts.createGlyph(ChartData chartData) |
BaseChartGlyph |
Chart.createGlyph(ChartData chartData)
生成ChartGlyph,包括其标题(TitleGlyph)、绘图区(PlotGlyph)和图例(LegendGlyph)属性
|
限定符和类型 | 类和说明 |
---|---|
class |
ChartGlyph<T extends PlotGlyph,U extends LegendGlyph,V extends DataSheetGlyph>
类说明 图表图像, 实现画法.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Map |
ChartGlyph.toJSONMap4Change(ChangeConfigProvider changeConfigProvider,
BaseChartGlyph[] glyphs,
java.lang.String[] dependence,
double width,
double height,
Repository repo,
int sheetIndex,
java.lang.String ecName)
将ChartGlyph的属性等放入Map, 资源存入服务器.
|
限定符和类型 | 方法和说明 |
---|---|
BaseChartGlyph |
ChartComponent.getChartGlyph() |
限定符和类型 | 方法和说明 |
---|---|
void |
ActiveGlyph.paint4ActiveGlyph(java.awt.Graphics2D g2d,
BaseChartGlyph chartGlyph) |
构造器和说明 |
---|
ChartActiveGlyph(ChartComponent chartComponent,
BaseChartGlyph chart) |
ChartActiveGlyph(ChartComponent chartComponent,
BaseChartGlyph chart,
Glyph parentGlyph) |
限定符和类型 | 方法和说明 |
---|---|
BaseChartGlyph |
AbstractChart.createGlyph(ChartData chartData) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartGlyph
Created by Mitisky on 15/8/14.
|
限定符和类型 | 方法和说明 |
---|---|
BaseChartGlyph |
VanChart.createGlyph(ChartData chartData)
生成ChartGlyph,包括其标题(TitleGlyph)、绘图区(PlotGlyph)和图例(LegendGlyph)属性
|