程序包 | 说明 |
---|---|
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
com.fr.plugin.chart.range |
限定符和类型 | 方法和说明 |
---|---|
void |
MapHotAreaColor.addAreaColor(AreaColor areaColor)
添加区域颜色.
|
限定符和类型 | 方法和说明 |
---|---|
static java.awt.Color[] |
MapHotAreaColor.getColorArrayFromMinAndMax(java.awt.Color mainColor,
int splitNumber,
double minValue,
double maxValue,
java.util.List<AreaColor> areaColorList) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<AreaColor> |
VanChartRangeLegendGlyph.getSectionColors() |
限定符和类型 | 方法和说明 |
---|---|
double |
VanChartRangeLegendGlyph.getMaxValueFromAreaColor(AreaColor areaColor) |
double |
VanChartRangeLegendGlyph.getMinValueFromAreaColor(AreaColor areaColor) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartRangeLegendGlyph.setSectionColors(java.util.List<AreaColor> sectionColors) |