public class CustomPlotDesignerPaneFactory
extends java.lang.Object
构造器和说明 |
---|
CustomPlotDesignerPaneFactory() |
限定符和类型 | 方法和说明 |
---|---|
static VanChartAxisPane |
createAxisPane(VanChartAxisPlot plot,
VanChartStylePane parent) |
static BasicBeanPane<Plot> |
createCustomPlotPositionPane(Plot plot)
根据图表类型创建位置面板
|
static AbstractTableDataContentPane |
createCustomPlotTableDataContentPane(Plot plot,
ChartDataPane parent)
根据图表类型创建数据配置
|
static java.lang.Boolean |
isUseDiffAxisPane(VanChartPlot plot) |
public static BasicBeanPane<Plot> createCustomPlotPositionPane(Plot plot)
plot
- 图表public static AbstractTableDataContentPane createCustomPlotTableDataContentPane(Plot plot, ChartDataPane parent)
plot
- 图表parent
- public static java.lang.Boolean isUseDiffAxisPane(VanChartPlot plot)
public static VanChartAxisPane createAxisPane(VanChartAxisPlot plot, VanChartStylePane parent)