程序包 | 说明 |
---|---|
com.fr.chart.chartattr | |
com.fr.chart.web |
图表在Web端用到的一些类.
|
com.fr.design.chart |
图表相关的代码
|
com.fr.design.chart.gui | |
com.fr.design.gui.chart | |
com.fr.design.mainframe |
设计器整体框架
|
com.fr.design.module |
设计器模块相关
|
com.fr.design.style.color | |
com.fr.form.ui |
表单界面相关
|
com.fr.report.core.cal | |
com.fr.report.poly |
这个包定义了各种聚合块
|
限定符和类型 | 类和说明 |
---|---|
class |
ChartCollection
图表收集器, 收集存放一个或多个图表, 然后画出,
一般在设计器编辑时展示的都是图表收集器.
|
限定符和类型 | 方法和说明 |
---|---|
BaseChartCollection |
ChartHyperPoplink.getChartCollection()
返回图表Collection
|
限定符和类型 | 方法和说明 |
---|---|
void |
ChartHyperPoplink.setChartCollection(BaseChartCollection cc)
设置弹出图表Collection
|
限定符和类型 | 方法和说明 |
---|---|
BaseChartCollection |
ChartDialog.getChartCollection()
返回当前正在编辑的图表ChartCollection
|
限定符和类型 | 方法和说明 |
---|---|
void |
ChartDialog.populate(BaseChartCollection cc)
更新新建的图表 ChartCollection
|
限定符和类型 | 方法和说明 |
---|---|
BaseChartCollection |
ChartComponent.update() |
限定符和类型 | 方法和说明 |
---|---|
void |
ChartComponent.populate(BaseChartCollection cc) |
构造器和说明 |
---|
ChartComponent(BaseChartCollection cc) |
限定符和类型 | 方法和说明 |
---|---|
abstract BaseChartCollection |
MiddleChartDialog.getChartCollection() |
abstract BaseChartCollection |
MiddleChartComponent.update() |
限定符和类型 | 方法和说明 |
---|---|
abstract void |
MiddleChartDialog.populate(BaseChartCollection cc) |
abstract void |
MiddleChartComponent.populate(BaseChartCollection cc) |
abstract void |
BaseChartPropertyPane.populateChartPropertyPane(BaseChartCollection collection,
TargetComponent<?> ePane) |
限定符和类型 | 方法和说明 |
---|---|
void |
MiddleChartPropertyPane.populateChartPropertyPane(BaseChartCollection collection,
TargetComponent<?> ePane)
感觉ChartCollection加载图表属性界面.
|
限定符和类型 | 方法和说明 |
---|---|
static MiddleChartComponent |
DesignModuleFactory.getChartComponent(BaseChartCollection collection) |
限定符和类型 | 方法和说明 |
---|---|
BaseChartCollection |
ColorSelectDialog.getChartCollection() |
限定符和类型 | 方法和说明 |
---|---|
void |
ColorSelectDialog.populate(BaseChartCollection cc) |
限定符和类型 | 方法和说明 |
---|---|
BaseChartCollection |
ChartEditor.getChartCollection()
返回内部的图表收集器.
|
BaseChartCollection |
ChartBook.getChartCollection() |
BaseChartCollection |
BaseChartEditor.getChartCollection() |
限定符和类型 | 方法和说明 |
---|---|
void |
ChartEditor.resetChangeChartCollection(BaseChartCollection cc)
重置替换图表收集器.
|
void |
BaseChartEditor.resetChangeChartCollection(BaseChartCollection cc) |
限定符和类型 | 方法和说明 |
---|---|
BaseChartPainter |
SE.dealWithChart(BoxCE box,
Calculator currentCalculator,
BaseChartCollection chartCollection,
int width,
int height) |
限定符和类型 | 方法和说明 |
---|---|
BaseChartCollection |
PolyChartBlock.getChartCollection() |
限定符和类型 | 方法和说明 |
---|---|
void |
PolyChartBlock.setChartCollection(BaseChartCollection cc) |
构造器和说明 |
---|
PolyChartBlock(BaseChartCollection cc) |