程序包 | 说明 |
---|---|
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
com.fr.design.chart.gui.active | |
com.fr.plugin.chart.column | |
com.fr.plugin.chart.glyph |
限定符和类型 | 方法和说明 |
---|---|
TrendLineGlyph |
DataSeries.getTrendLineGlyph(int index)
获取系列中指定位置的趋势线图像
|
限定符和类型 | 方法和说明 |
---|---|
void |
DataSeries.addTrendLineGlyph(TrendLineGlyph trendLineGlyph)
给系列添加一个趋势线图像
|
限定符和类型 | 方法和说明 |
---|---|
void |
PlotGlyph.getAllTrendLineGlyph(java.util.List<TrendLineGlyph> list)
所有的趋势线的glyph
|
构造器和说明 |
---|
TrendLineActiveGlyph(ChartComponent chartComponent,
TrendLineGlyph trendLine,
Glyph parentGlyph) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartColumnPlotGlyph.initTrendLineGlyph(TrendLineGlyph newTrendLine,
double[] xVal,
double[] yVal) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartRectanglePlotGlyph.initTrendLineGlyph(TrendLineGlyph newTrendLine,
double[] xVal,
double[] yVal) |