程序包 | 说明 |
---|---|
com.fr.design.mainframe.chart.gui | |
com.fr.design.mainframe.chart.gui.style.series | |
com.fr.van.chart.bubble | |
com.fr.van.chart.custom.style |
限定符和类型 | 方法和说明 |
---|---|
protected ChartSeriesPane |
StylePane4Chart.createChartSeriesPane() |
protected ChartSeriesPane |
ChartStylePane.createChartSeriesPane() |
限定符和类型 | 类和说明 |
---|---|
class |
SeriesPane4ChartDesigner
Created by IntelliJ IDEA.
|
限定符和类型 | 方法和说明 |
---|---|
protected ChartSeriesPane |
VanChartBubbleStylePane.createChartSeriesPane() |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartCustomSeriesPane
Created by Fangjie on 2016/4/22.
|
限定符和类型 | 方法和说明 |
---|---|
protected ChartSeriesPane |
VanChartCustomStylePane.createChartSeriesPane()
组合图以外的新图表类型都是使用ChartSeriesPane然后通过接口创建不同的seriesStyleContentPane
组合图类型不走那个接口,因为需要的系列界面完全是新的,需要像标签界面那样处理
|