程序包 | 说明 |
---|---|
com.fr.chart.chartattr | |
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
com.fr.plugin.chart.column | |
com.fr.plugin.chart.glyph | |
com.fr.plugin.chart.line | |
com.fr.plugin.chart.map.combine | |
com.fr.plugin.chart.pie | |
com.fr.plugin.chart.radar | |
com.fr.plugin.chart.treemap | |
com.fr.plugin.chart.treemap.legend |
限定符和类型 | 方法和说明 |
---|---|
protected LineMarkerIcon |
XYScatterPlot.getLegendMarkerIcon(DataSeries dataSeries,
java.awt.Color[] colors)
返回图例项的系列标记
|
protected LineMarkerIcon |
RadarPlot.getLegendMarkerIcon(DataSeries dataSeries,
java.awt.Color[] colors)
返回 图例的标记类型Marker
|
protected LineMarkerIcon |
Plot.getLegendMarkerIcon(DataSeries dataSeries,
java.awt.Color[] colors)
根据序号,从SeriesCollection中生成LineMarkerIcon,
LinePlot, CustomPlot, XYPlot和StockPlot, RadarPlot, BubblePlot不同.
|
protected LineMarkerIcon |
LinePlot.getLegendMarkerIcon(DataSeries dataSeries,
java.awt.Color[] colors)
返回折线的图例项标题类型
|
protected LineMarkerIcon |
CustomPlot.getLegendMarkerIcon(DataSeries dataSeries,
java.awt.Color[] colors) |
protected LineMarkerIcon |
BubblePlot.getLegendMarkerIcon(DataSeries dataSeries,
java.awt.Color[] colors)
返回图例项的标记Marker 气泡图的图例都是Fill圆形
|
protected LineMarkerIcon |
Plot.getLegendMarkerIcon4Line(DataSeries dataSeries,
java.awt.Color[] colors) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
Plot.dealColorCondition(LineMarkerIcon itemIcon,
DataSeries dataSeries,
java.awt.Color[] colors) |
protected void |
Plot.dealCondition(LineMarkerIcon itemIcon,
DataSeries dataSeries,
java.awt.Color[] colors) |
protected void |
Pie3DPlot.dealCondition(LineMarkerIcon itemIcon,
DataSeries dataSeries,
java.awt.Color[] colors)
处理条件属性
|
protected void |
Donut3DPlot.dealCondition(LineMarkerIcon itemIcon,
DataSeries dataSeries,
java.awt.Color[] colors)
处理条件属性
|
protected void |
Area3DPlot.dealCondition(LineMarkerIcon itemIcon,
DataSeries dataSeries,
java.awt.Color[] colors)
处理条件显示属性在图例Marker中的显示.
|
protected void |
Plot.dealLineCondition(LineMarkerIcon itemIcon,
DataSeries dataSeries,
java.awt.Color[] colors) |
限定符和类型 | 方法和说明 |
---|---|
void |
LegendItem.setLineMarkerIcon(LineMarkerIcon lineMarkerIcon)
设置图例元素的标记类型
|
限定符和类型 | 方法和说明 |
---|---|
protected LineMarkerIcon |
VanChartColumnPlotGlyph.dealMarkerIconCondition(LineMarkerIcon itemIcon,
VanChartDataSeries dataSeries,
java.awt.Color[] colors) |
限定符和类型 | 方法和说明 |
---|---|
protected LineMarkerIcon |
VanChartColumnPlotGlyph.dealMarkerIconCondition(LineMarkerIcon itemIcon,
VanChartDataSeries dataSeries,
java.awt.Color[] colors) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartLineMarkerIcon
Created by Mitisky on 15/11/11.
|
class |
VanChartPieLegendItemIcon
Created by Mitisky on 16/1/12.
|
限定符和类型 | 方法和说明 |
---|---|
protected LineMarkerIcon |
VanChartPlotGlyph.dealMarkerIconCondition(LineMarkerIcon itemIcon,
VanChartDataSeries dataSeries,
java.awt.Color[] colors) |
protected LineMarkerIcon |
VanChartPlotGlyph.dealMarkerIconCondition4DataSheet(LineMarkerIcon itemIcon,
VanChartDataSeries dataSeries,
Background background) |
LineMarkerIcon |
VanChartPlotGlyph.getLegendMarkerIcon(VanChartDataSeries dataSeries,
java.awt.Color[] colors) |
限定符和类型 | 方法和说明 |
---|---|
protected LineMarkerIcon |
VanChartPlotGlyph.dealMarkerIconCondition(LineMarkerIcon itemIcon,
VanChartDataSeries dataSeries,
java.awt.Color[] colors) |
protected LineMarkerIcon |
VanChartPlotGlyph.dealMarkerIconCondition4DataSheet(LineMarkerIcon itemIcon,
VanChartDataSeries dataSeries,
Background background) |
限定符和类型 | 方法和说明 |
---|---|
LineMarkerIcon |
VanChartLinePlotGlyph.getLegendMarkerIcon(VanChartDataSeries dataSeries,
java.awt.Color[] colors) |
限定符和类型 | 方法和说明 |
---|---|
LineMarkerIcon |
VanChartCombineMapPlotGlyphInterface.getLegendMarkerIcon(VanChartDataSeries dataSeries,
java.awt.Color[] colors) |
限定符和类型 | 方法和说明 |
---|---|
LineMarkerIcon |
VanChartPiePlotGlyph.getLegendMarkerIcon(VanChartDataSeries dataSeries,
java.awt.Color[] colors) |
限定符和类型 | 方法和说明 |
---|---|
LineMarkerIcon |
VanChartRadarPlotGlyph.getLegendMarkerIcon(VanChartDataSeries dataSeries,
java.awt.Color[] colors) |
限定符和类型 | 方法和说明 |
---|---|
LineMarkerIcon |
VanChartTreeMapPlotGlyph.getLegendMarkerIcon(VanChartDataSeries dataSeries,
java.awt.Color[] colors) |
限定符和类型 | 类和说明 |
---|---|
class |
TreeMapMarkerIcon
Created by hufan on 2016/7/21.
|