程序包 | 说明 |
---|---|
com.fr.chart.chartattr | |
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
com.fr.design.chart.gui.active | |
com.fr.plugin.chart.custom | |
com.fr.plugin.chart.glyph | |
com.fr.plugin.chart.range |
限定符和类型 | 方法和说明 |
---|---|
LegendGlyph |
Legend.createLegendGlyph(LegendItem[] items)
根据图例元素数组生成画图例的Glyph
|
LegendGlyph |
StockPlot.createLegendGlyph(PlotGlyph plotGlyph)
创建图例 需要判断趋势线之后 再决定返回LegendGlyph
|
LegendGlyph |
Plot.createLegendGlyph(PlotGlyph plotGlyph)
kunsnat: 股价图.
|
LegendGlyph |
MapPlot.createLegendGlyph(PlotGlyph plotGlyph)
根据地图特性, 创建热力图类似的图例, 颜色和个数大都是指定的
|
LegendGlyph |
Bar2DPlot.createLegendGlyph(PlotGlyph plotGlyph)
在创建时 如果系列为1.
|
限定符和类型 | 类和说明 |
---|---|
class |
ChartGlyph<T extends PlotGlyph,U extends LegendGlyph,V extends DataSheetGlyph>
类说明 图表图像, 实现画法.
|
构造器和说明 |
---|
LegendActiveGlyph(ChartComponent chartComponent,
LegendGlyph legendGlyph,
Glyph parentGlyph) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartCustomDataSheetGlyph.initDataSheet(LegendGlyph legendGlyph,
VanChartDataSheetPlotGlyphInterface plotGlyph) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartLegendGlyph
Created by Mitisky on 15/8/18.
|
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartDataSheetGlyph.initDataSheet(LegendGlyph legendGlyph,
VanChartDataSheetPlotGlyphInterface plotGlyph) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartRangeLegendGlyph
Created by hu on 16/25/3.
|