程序包 | 说明 |
---|---|
com.fr.chart.chartattr | |
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
com.fr.design.mainframe.chart.gui.style.series |
限定符和类型 | 方法和说明 |
---|---|
static CustomAttr |
ChartFactory.createCustomAttrWithType(ChartCustomRendererType chartType,
ChartAxisPosition axisPosition,
int seriesIndex,
boolean isDefault)
根据组合图中的系列图表类型和系列序号默认创建对应的条件属性.
|
限定符和类型 | 方法和说明 |
---|---|
CustomAttr |
CustomAttr.createSimpleCustomAttr()
创建比较简单的条件显示,只有三个,背景色,标签内容,和不透明度
|
CustomAttr |
CustomAttr.createTypeConditionAttr()
创建兼容出来的类型的CustoAttr
|
CustomAttr |
CustomAttr.getNormalConditionAttr()
将定义系列的customAttr转化为正常的条件显示的东西
|
限定符和类型 | 方法和说明 |
---|---|
CustomAttr |
CustomTypeConditionSeriesPane.updateBean() |
限定符和类型 | 方法和说明 |
---|---|
void |
CustomTypeConditionSeriesPane.populateBean(CustomAttr attr) |
void |
CustomDefaultSeriesPane.populateBean(CustomAttr attr)
判断类型, 更新界面属性
|
void |
CustomTypeConditionSeriesPane.updateBean(CustomAttr customAttr) |
void |
CustomDefaultSeriesPane.updateBean(CustomAttr attr)
保存界面属性.
|