限定符和类型 | 类和说明 |
---|---|
class |
Area3DPlot
图表 三维面积图绘图区
|
class |
AreaPlot
图表面积图绘图区.
|
class |
Bar2DPlot
图表 柱形图.
|
class |
Bar3DPlot
图表三维柱形绘图区.
|
class |
BarPlot
图表图 柱状绘图区的抽象类, 包括柱形图 三维柱形图等柱状图.
|
class |
BubblePlot
图表 气泡图绘图区
|
class |
CategoryPlot
图表中拥有分类的图表绘图区.
|
class |
ChartsPlot
用户使用第三方图表默认plot
|
class |
CustomPlot
图表类型: 组合图绘图区.
|
class |
Donut2DPlot |
class |
Donut3DPlot |
class |
DonutPlot
圆环图的绘图区抽象类,有2D和3D圆环图
|
class |
FunnelPlot
Created with IntelliJ IDEA.
|
class |
GanttPlot
图表的股价图绘图区
|
class |
GisMapPlot
gis地图的绘图区
|
class |
LinePlot
折线图绘图区
|
class |
MapPlot
图表的地图绘图区
|
class |
MeterBluePlot
仪表盘的自定义风格
|
class |
MeterPlot
仪表盘的绘图区.
|
class |
Pie3DPlot
三维饼图的绘图区
|
class |
PiePlot
饼图: 只有一个系列, 多个分类.
|
class |
RadarPlot
雷达图绘图区
|
class |
RangePlot
全距图绘图区
|
class |
RectanglePlot
矩形绘图区抽象类
|
class |
SimpleMeterPlot
Created by IntelliJ IDEA.
|
class |
StockPlot
股价图绘图区
|
class |
XYPlot
XY绘图区, 抽象类: 左侧和右侧均为值轴
|
class |
XYScatterPlot
XY散点图绘图区.
|
限定符和类型 | 方法和说明 |
---|---|
<T extends Plot> |
Chart.getPlot()
返回图表的绘图块
|
限定符和类型 | 方法和说明 |
---|---|
Plot |
MapPlot.getCurrentCombinedPlot()
返回当前组合的plot
|
限定符和类型 | 方法和说明 |
---|---|
void |
Chart.changePlotInNewType(Plot newPlot)
TypePane中, 如果两个Plot类型相同, 则完全不切换, 如果不同, 则直接替换.
|
void |
StockPlot.clearConditionAttrAndRenewLegend(Plot oldPlot)
清除条件属性 并且刷新图例.
|
void |
RadarPlot.clearConditionAttrAndRenewLegend(Plot oldPlot)
切换图表时, 重置部分属性
|
void |
Plot.clearConditionAttrAndRenewLegend(Plot oldPlot)
切换选中图表的时候, 重置属性.
|
void |
MeterPlot.clearConditionAttrAndRenewLegend(Plot oldPlot)
清除条件属性 并且 刷新图例.
|
void |
GisMapPlot.clearConditionAttrAndRenewLegend(Plot oldPlot)
清除条件属性 并且刷新图例.
|
void |
FunnelPlot.clearConditionAttrAndRenewLegend(Plot oldPlot)
清除条件属性 并且 刷新图例.
|
void |
CustomPlot.clearConditionAttrAndRenewLegend(Plot oldPlot)
清空条件属性, 并刷新.
|
boolean |
XYScatterPlot.match4GUI(Plot plot)
界面切换时,比较两个plot是否相等
|
boolean |
RadarPlot.match4GUI(Plot plot)
界面切换时 比较图表属性是否相等.
|
boolean |
Plot.match4GUI(Plot plot)
界面切换时 比较两个Plot是否相等
|
boolean |
PiePlot.match4GUI(Plot plot)
gui判断
|
boolean |
LinePlot.match4GUI(Plot plot)
比较界面上两个Plot是否相同.
|
boolean |
FunnelPlot.match4GUI(Plot plot)
gui判断
|
boolean |
CategoryPlot.match4GUI(Plot plot)
界面切换时判断新的Plot和原Plot是否相等
|
boolean |
BarPlot.match4GUI(Plot plot)
两种plot是否相符
|
boolean |
Bar3DPlot.match4GUI(Plot plot)
界面判断比较
|
boolean |
XYScatterPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
StockPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
RangePlot.matchPlotType(Plot newPlot)
比较切换类型界面中得大致plot类型
|
boolean |
RadarPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
abstract boolean |
Plot.matchPlotType(Plot newPlot)
在选择类型界面时 比较大致的Plot类型.
|
boolean |
PiePlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
MeterPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
MapPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
LinePlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
GisMapPlot.matchPlotType(Plot newPlot)
是否匹配
|
boolean |
GanttPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
FunnelPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
DonutPlot.matchPlotType(Plot newPlot)
测试newPlot是否是当前类的一个实例
|
boolean |
CustomPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
ChartsPlot.matchPlotType(Plot newPlot) |
boolean |
BubblePlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
BarPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
boolean |
AreaPlot.matchPlotType(Plot newPlot)
切换类型界面中的 大致Plot类型
|
boolean |
Area3DPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
static void |
ChartFactory.setChartFontAttr(Plot plot)
设置一些几本的属性
|
void |
Chart.setPlot(Plot plot)
设置图表的绘图块
|
void |
Chart.switchPlot(Plot plot)
切换绘图区,该方法会保留原来绘图区里面的部分属性,如Legend和GeneralInfo
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
Plot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
boolean |
PiePlot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
boolean |
MapPlot.accept(java.lang.Class<? extends Plot> obClass)
界面是否接受对象
|
boolean |
LinePlot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
boolean |
CustomPlot.accept(java.lang.Class<? extends Plot> obClass)
界面是否接入对象
|
boolean |
BarPlot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
构造器和说明 |
---|
Chart(Plot plot)
以绘图区Plot构造图表.
|
限定符和类型 | 方法和说明 |
---|---|
protected Chart |
AbstractIndependentChartProvider.createChart(Plot plot)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
ChartTypeInterfaceManager.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
ChartTypeInterfaceManager.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
ChartTypeInterfaceManager.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
ChartTypeInterfaceManager.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
ChartTypeInterfaceManager.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
限定符和类型 | 方法和说明 |
---|---|
static ChartStyleAxisPane |
ChartPlotFactory.createChartStyleAxisPaneByPlot(Plot plot)
创建对应的坐标轴界面
|
限定符和类型 | 方法和说明 |
---|---|
AxisStyleObject[] |
ValueChartStyleAxisPane.createAxisStyleObjects(Plot plot) |
AxisStyleObject[] |
TernaryChartStyleAxisPane.createAxisStyleObjects(Plot plot) |
AxisStyleObject[] |
RadarChartStyleAxisPane.createAxisStyleObjects(Plot plot) |
abstract AxisStyleObject[] |
ChartStyleAxisPane.createAxisStyleObjects(Plot plot) |
AxisStyleObject[] |
BinaryChartStyleAxisPane.createAxisStyleObjects(Plot plot)
创建坐标轴样式面板
|
protected AxisStyleObject |
XYChartStyleAxisPane.getXAxisPane(Plot plot) |
protected AxisStyleObject |
GanntChartStyleAxisPane.getXAxisPane(Plot plot) |
protected AxisStyleObject |
BinaryChartStyleAxisPane.getXAxisPane(Plot plot) |
protected AxisStyleObject |
XYChartStyleAxisPane.getYAxisPane(Plot plot) |
protected AxisStyleObject |
GanntChartStyleAxisPane.getYAxisPane(Plot plot) |
protected AxisStyleObject |
BinaryChartStyleAxisPane.getYAxisPane(Plot plot) |
void |
ChartStyleAxisPane.populate(Plot plot) |
void |
ChartStyleAxisPane.update(Plot plot) |
构造器和说明 |
---|
BinaryChartStyleAxisPane(Plot plot) |
ChartStyleAxisPane(Plot plot) |
CustomChartStyleAxisPane(Plot plot) |
GanntChartStyleAxisPane(Plot plot) |
RadarChartStyleAxisPane(Plot plot) |
TernaryChartStyleAxisPane(Plot plot) |
ValueChartStyleAxisPane(Plot plot) |
XYChartStyleAxisPane(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
IndependentChartUIProvider.getPlotSeriesPane(ChartStylePane parent,
Plot plot)
系列界面
|
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
IndependentChartUIProvider.getPlotConditionPane(Plot plot)
条件属性界面
|
BasicBeanPane<Plot> |
IndependentChartUIProvider.getPlotSeriesPane(ChartStylePane parent,
Plot plot)
系列界面
|
AbstractReportDataContentPane |
IndependentChartUIProvider.getReportDataSourcePane(Plot plot,
ChartDataPane parent)
单元格数据源的界面
|
AbstractTableDataContentPane |
IndependentChartUIProvider.getTableDataSourcePane(Plot plot,
ChartDataPane parent)
数据集数据源的界面
|
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
AbstractIndependentChartUIWithAPILevel.getPlotSeriesPane() |
BasicBeanPane<Plot> |
AbstractIndependentChartUI.getPlotSeriesPane()
已过时。
|
BasicBeanPane<Plot> |
AbstractIndependentChartsUI.getPlotSeriesPane() |
BasicBeanPane<Plot> |
AbstractIndependentChartUIWithAPILevel.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
BasicBeanPane<Plot> |
AbstractIndependentChartUI.getPlotSeriesPane(ChartStylePane parent,
Plot plot)
已过时。
|
BasicBeanPane<Plot> |
AbstractIndependentChartsUI.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
AbstractIndependentChartUIWithAPILevel.getPlotConditionPane(Plot plot) |
ConditionAttributesPane |
AbstractIndependentChartUI.getPlotConditionPane(Plot plot)
已过时。
|
ConditionAttributesPane |
AbstractIndependentChartsUI.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
AbstractIndependentChartUIWithAPILevel.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
BasicBeanPane<Plot> |
AbstractIndependentChartUI.getPlotSeriesPane(ChartStylePane parent,
Plot plot)
已过时。
|
BasicBeanPane<Plot> |
AbstractIndependentChartsUI.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
AbstractIndependentChartsUI.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
AbstractIndependentChartsUI.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
限定符和类型 | 字段和说明 |
---|---|
protected Plot |
DataSeriesConditionPane.plot |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
DataSeriesCustomConditionPane.class4Correspond()
返回class对象
|
java.lang.Class<? extends Plot> |
DataSeriesConditionPane.class4Correspond()
返回class对象
|
限定符和类型 | 方法和说明 |
---|---|
void |
DataSeriesAttrPane.populate(Plot plot) |
void |
DataSeriesConditionPane.setPlot(Plot plot) |
void |
DataSeriesAttrPane.update(Plot plot) |
构造器和说明 |
---|
DataSeriesAttrPane(Plot plot) |
DataSeriesConditionPane(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
XYScatterPlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
StockPlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
RadarPlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
PiePlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
Pie3DPlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
MeterPlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
MapPlotDataSeriesConditionPane.class4Correspond()
返回界面对应的class
|
java.lang.Class<? extends Plot> |
LinePlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
GanttPlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
FunnelPlotDataSeriesConditionPane.class4Correspond()
返回class对象
|
java.lang.Class<? extends Plot> |
Donut2DPlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
BubblePlotDataSeriesConditionPane.class4Correspond()
返回对应的class
|
java.lang.Class<? extends Plot> |
BarPlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
Bar3DPlotDataSeriesConditionPane.class4Correspond() |
java.lang.Class<? extends Plot> |
AreaPlotDataSeriesCondtionPane.class4Correspond()
返回对应的class
|
java.lang.Class<? extends Plot> |
Area3DPlotDataSeriesConditionPane.class4Correspond()
对应的Class
|
限定符和类型 | 方法和说明 |
---|---|
static java.lang.Class<? extends ConditionAttributesPane> |
DataSeriesConditionPaneFactory.findConfitionPane4DataSeries(Plot plot)
找到Plot条件界面对应的DataSeries的.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<ThirdTabPane.NamePane> |
ChartDataFilterPane.initPaneList(Plot plot,
AbstractAttrNoScrollPane parent) |
构造器和说明 |
---|
ChartDataFilterPane(Plot plot,
ChartDataPane parent) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
CategoryPlotMoreCateReportDataContentPane.updateMoreCate(NormalReportDataDefinition reportDefinition,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
static AbstractTableDataContentPane |
Factory4TableDataContentPane.createTableDataContenetPaneWithPlotType(Plot plot,
ChartDataPane parentPane)
根据plot生产对应的数据面板
|
protected void |
CategoryPlotMoreCateTableDataContentPane.updateMoreCate(NormalTableDataDefinition normal,
Plot plot) |
构造器和说明 |
---|
SeriesTypeUseComboxPane(ChartDataPane parent,
Plot initplot) |
限定符和类型 | 字段和说明 |
---|---|
protected Plot |
ChartInteractivePane.plot |
限定符和类型 | 方法和说明 |
---|---|
void |
TimeSwitchPane.populate(Plot plot) |
void |
TimeSwitchPane.update(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected abstract java.util.List<ThirdTabPane.NamePane> |
ThirdTabPane.initPaneList(Plot plot,
AbstractAttrNoScrollPane parent) |
构造器和说明 |
---|
ChartDatapointLabelPane(java.lang.String[] locationNameArray,
java.lang.Integer[] locationValueArray,
Plot plot,
ChartStylePane parent) |
ThirdTabPane(Plot plot,
AbstractAttrNoScrollPane parent) |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<ThirdTabPane.NamePane> |
ChartAreaPane.initPaneList(Plot plot,
AbstractAttrNoScrollPane parent) |
void |
RadarAxisAreaPane.populateBean(Plot p)
更新间隔背景界面.
|
void |
Plot3DAxisAreaPane.populateBean(Plot plot)
更新间隔背景界面.
|
void |
DefaultAxisAreaPane.populateBean(Plot plot)
更新间隔背景界面.
|
abstract void |
ChartAxisAreaPane.populateBean(Plot plot)
更新间隔背景界面.
|
void |
RadarAxisAreaPane.updateBean(Plot p)
保存间隔背景的界面属性.
|
void |
Plot3DAxisAreaPane.updateBean(Plot plot)
保存间隔背景的界面属性.
|
void |
DefaultAxisAreaPane.updateBean(Plot plot)
保存间隔背景的界面属性.
|
abstract void |
ChartAxisAreaPane.updateBean(Plot plot)
保存间隔背景的界面属性.
|
构造器和说明 |
---|
ChartAreaPane(Plot plot,
ChartStylePane parent) |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<ThirdTabPane.NamePane> |
ChartAxisPane.initPaneList(Plot plot,
AbstractAttrNoScrollPane parent) |
protected java.util.List<ThirdTabPane.NamePane> |
ChartAxisNoFormulaPane.initPaneList(Plot plot,
AbstractAttrNoScrollPane parent) |
void |
ChartValuePane.populateBean(Axis axis,
Plot plot) |
void |
ChartCategoryPane.populateBean(Axis axis,
Plot plot) |
abstract void |
ChartAxisUsePane.populateBean(Axis axis,
Plot plot) |
void |
ChartValuePane.updateBean(Axis axis,
Plot plot) |
void |
ChartCategoryPane.updateBean(Axis axis,
Plot plot) |
abstract void |
ChartAxisUsePane.updateBean(Axis axis,
Plot plot) |
构造器和说明 |
---|
ChartAxisNoFormulaPane(Plot plot,
ChartStylePane parent) |
ChartAxisPane(Plot plot,
ChartStylePane parent) |
限定符和类型 | 字段和说明 |
---|---|
protected Plot |
AbstractPlotSeriesPane.plot |
限定符和类型 | 方法和说明 |
---|---|
Plot |
AbstractPlotSeriesPane.updateBean()
重载 donothing
|
限定符和类型 | 方法和说明 |
---|---|
protected MapSeriesPane |
SeriesPane4ChartDesigner.createMapSeriesPane(ChartStylePane parent,
Plot plot) |
protected MeterSeriesPane |
SeriesPane4ChartDesigner.createMeterSeriesPane(ChartStylePane parent,
Plot plot) |
void |
XYScatterSeriesPane.populateBean(Plot plot)
更新散点图系列界面属性
|
void |
StockSeriesPane.populateBean(Plot plot) |
void |
RangeSeriesPane.populateBean(Plot plot) |
void |
RadarSeriesPane.populateBean(Plot plot) |
void |
Pie2DSeriesPane.populateBean(Plot plot) |
void |
MeterSeriesPane.populateBean(Plot plot) |
void |
MapSeriesPane.populateBean(Plot plot) |
void |
LineSeriesPane.populateBean(Plot plot)
更新系列界面.
|
void |
Donut2DSeriesPane.populateBean(Plot plot) |
void |
CustomSeriesPane.populateBean(Plot plot) |
void |
CombinedPie2DSeriesPane.populateBean(Plot plot) |
void |
CombinedBubbleSeriesPane.populateBean(Plot plot) |
void |
CombinedBar2DSeriesPane.populateBean(Plot plot) |
void |
BubbleSeriesPane.populateBean(Plot plot)
加载内容到展现的界面
|
void |
Bar3DSeriesPane.populateBean(Plot plot) |
void |
Bar2DSeriesPane.populateBean(Plot plot) |
void |
AreaSeriesPane.populateBean(Plot plot) |
void |
Area3DSeriesPane.populateBean(Plot plot) |
void |
AbstractPlotSeriesPane.populateBean(Plot plot)
更新Plot的属性到系列界面
|
void |
XYScatterSeriesPane.updateBean(Plot plot)
保存系列界面属性.
|
void |
StockSeriesPane.updateBean(Plot plot) |
void |
RangeSeriesPane.updateBean(Plot plot) |
void |
RadarSeriesPane.updateBean(Plot plot) |
void |
Pie2DSeriesPane.updateBean(Plot plot) |
void |
MeterSeriesPane.updateBean(Plot plot) |
void |
MapSeriesPane.updateBean(Plot plot) |
void |
LineSeriesPane.updateBean(Plot plot)
保存系列界面的属性
|
void |
Donut2DSeriesPane.updateBean(Plot plot) |
void |
CustomSeriesPane.updateBean(Plot plot) |
void |
CombinedPie2DSeriesPane.updateBean(Plot plot) |
void |
CombinedBubbleSeriesPane.updateBean(Plot plot) |
void |
CombinedBar2DSeriesPane.updateBean(Plot plot) |
void |
BubbleSeriesPane.updateBean(Plot plot)
保存展示的界面内容到属性
|
void |
Bar3DSeriesPane.updateBean(Plot plot) |
void |
Bar2DSeriesPane.updateBean(Plot plot) |
void |
AreaSeriesPane.updateBean(Plot plot) |
void |
Area3DSeriesPane.updateBean(Plot plot) |
void |
AbstractPlotSeriesPane.updateBean(Plot plot)
保存 系列界面的属性到Plot
|
限定符和类型 | 方法和说明 |
---|---|
protected <T extends Plot> |
AbstractChartTypePane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
PiePlotPane.getSelectedClonedPlot() |
protected Plot |
MeterPlotPane.getSelectedClonedPlot() |
protected Plot |
FunnelPlotPane.getSelectedClonedPlot() |
protected Plot |
DonutPlotPane.getSelectedClonedPlot() |
protected Plot |
ColumnPlotPane.getSelectedClonedPlot() |
protected Plot |
BarPlotPane.getSelectedClonedPlot() |
protected Plot |
AreaPlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
AbstractChartTypePane.changePlotWithClone(Chart chart,
Plot plot) |
protected void |
AbstractChartTypePane.checkTypeChange(Plot oldPlot) |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
AbstractExtendedChartUIProvider.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
AbstractExtendedChartUIProvider.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
AbstractExtendedChartUIProvider.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
AbstractExtendedChartUIProvider.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
AbstractExtendedChartUIProvider.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
protected NameJavaScriptGroup |
ExtendedChartHyperLinkPane.populateHotHyperLink(Plot plot) |
protected void |
ExtendedChartHyperLinkPane.updateHotHyperLink(Plot plot,
NameJavaScriptGroup nameGroup) |
限定符和类型 | 类和说明 |
---|---|
class |
PiePlot4VanChart
新饼图
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
PiePlot4VanChart.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
PiePlot4VanChart.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartAreaPlot
Created by Mitisky on 15/11/18.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartAreaPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartAreaPlot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartPlot
新特性图表特有的属性
|
class |
VanChartRectanglePlot
矩形绘图区抽象类
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartBubblePlot
Created by Mitisky on 16/3/31.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartBubblePlot.matchPlotType(Plot newPlot)
在选择类型界面时 比较大致的Plot类型.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartBubblePlot.accept(java.lang.Class<? extends Plot> obClass) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartColumnPlot
Created by Mitisky on 15/9/24.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartColumnPlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartColumnPlot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartCustomPlot
Created by hu on 16/3/21.
|
限定符和类型 | 方法和说明 |
---|---|
static CustomPlotType |
CustomPlotFactory.getCustomType(Plot plot) |
boolean |
VanChartCustomPlot.matchPlotType(Plot newPlot) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartDrillMapPlot
Created by Mitisky on 16/6/20.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartFunnelPlot
Created by Mitisky on 16/10/10.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartFunnelPlot.matchPlotType(Plot newPlot)
在选择类型界面时 比较大致的Plot类型.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartFunnelPlot.accept(java.lang.Class<? extends Plot> obClass) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartGanttPlot
Created by hufan on 2017/1/9.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartGanttPlot.matchPlotType(Plot newPlot) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartGaugePlot
仪表盘
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartGaugePlot.matchPlotType(Plot newPlot)
在选择类型界面时 比较大致的Plot类型.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartGaugePlot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartHeatMapPlot
Created by Mitisky on 16/10/20.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartHeatMapPlot.matchPlotType(Plot newPlot)
在选择类型界面时 比较大致的Plot类型.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartHeatMapPlot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartLinePlot
Created by Mitisky on 15/11/5.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartLinePlot.matchPlotType(Plot newPlot)
比较 切换类型界面中的 大致Plot类型
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartLinePlot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartMapPlot
Created by Mitisky on 16/5/4.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartMapPlot.matchPlotType(Plot newPlot)
在选择类型界面时 比较大致的Plot类型.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartMapPlot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartMultiPiePlot
Created by Fangjie on 2016/6/15.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartMultiPiePlot.matchPlotType(Plot newPlot) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartMultiPiePlot.accept(java.lang.Class<? extends Plot> obClass) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartRadarPlot
Created by Mitisky on 15/12/28.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartRadarPlot.matchPlotType(Plot newPlot)
在选择类型界面时 比较大致的Plot类型.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartRadarPlot.accept(java.lang.Class<? extends Plot> obClass)
判断图表类型是否是obClass
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartScatterPlot
Created by hu on 16/3/21.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartScatterPlot.accept(java.lang.Class<? extends Plot> obClass) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartStructurePlot
Created by shine on 2017/2/15.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartStructurePlot.matchPlotType(Plot newPlot) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartTreeMapPlot
Created by Fangjie on 2016/7/11.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartTreeMapPlot.matchPlotType(Plot newPlot) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartTreeMapPlot.accept(java.lang.Class<? extends Plot> obClass) |
限定符和类型 | 方法和说明 |
---|---|
protected static void |
AbstractIndependentVanChartProvider.createDefaultPlotStyleAttr(Plot plot)
配色:新特性、风格:渐变
|
static ChartData |
LargeModel.getDefaultChartData(Plot plot) |
构造器和说明 |
---|
VanChart(Plot plot) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartWordCloudPlot
Created by Mitisky on 16/11/29.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartWordCloudPlot.matchPlotType(Plot newPlot)
在选择类型界面时 比较大致的Plot类型.
|
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartAreaPlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartAreaConditionPane.class4Correspond()
返回图表class对象
|
BasicBeanPane<Plot> |
AreaIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
AreaIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
AreaIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
构造器和说明 |
---|
VanChartAreaConditionPane(Plot plot) |
VanChartAreaSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartBarPlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
BarIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
BarIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
BarIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartBubblePlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartBubbleConditionPane.class4Correspond()
返回图表class对象
|
BasicBeanPane<Plot> |
BubbleIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartBubblePlotPane.cloneHotHyperLink(Plot oldPlot,
Plot newPlot) |
protected void |
VanChartBubblePlotPane.cloneOldConditionCollection(Plot oldPlot,
Plot newPlot) |
protected void |
VanChartBubblePlotPane.cloneOldDefaultAttrConditionCollection(Plot oldPlot,
Plot newPlot) |
ConditionAttributesPane |
BubbleIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
BubbleIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
BubbleIndependentVanChartInterface.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
BubbleIndependentVanChartInterface.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
构造器和说明 |
---|
VanChartBubbleConditionPane(Plot plot) |
VanChartBubbleSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected VanChartPlotLabelPane |
VanChartForceBubbleLabelPane.getLabelPane(Plot plot) |
protected VanChartTooltipContentPane |
VanChartBubbleRefreshTooltipPane.getTooltipContentPane(Plot plot) |
protected VanChartPlotTooltipPane |
VanChartForceBubbleTooltipPane.getTooltipPane(Plot plot) |
构造器和说明 |
---|
VanChartBubbleRefreshTooltipPane(Plot plot) |
VanChartForceBubbleAreaPane(Plot plot,
VanChartStylePane parent) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartColumnPlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartColumnConditionPane.class4Correspond()
返回图表class对象
|
BasicBeanPane<Plot> |
ColumnIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
ColumnIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
ColumnIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
void |
VanChartColumnSeriesPane.populateBean(Plot plot) |
void |
VanChartColumnSeriesPane.updateBean(Plot plot) |
构造器和说明 |
---|
VanChartColumnConditionPane(Plot plot) |
VanChartColumnSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartCustomPlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
static BasicBeanPane<Plot> |
CustomPlotDesignerPaneFactory.createCustomPlotPositionPane(Plot plot)
根据图表类型创建位置面板
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartCustomPlotPane.cloneOldConditionCollection(Plot oldPlot,
Plot newPlot) |
protected void |
VanChartCustomPlotPane.cloneOldDefaultAttrConditionCollection(Plot oldPlot,
Plot newPlot) |
static BasicBeanPane<Plot> |
CustomPlotDesignerPaneFactory.createCustomPlotPositionPane(Plot plot)
根据图表类型创建位置面板
|
static AbstractTableDataContentPane |
CustomPlotDesignerPaneFactory.createCustomPlotTableDataContentPane(Plot plot,
ChartDataPane parent)
根据图表类型创建数据配置
|
protected void |
VanChartCustomPlotPane.resetChartAttr(Chart chart,
Plot newPlot)
不同图表切換,重置chart屬性
|
限定符和类型 | 方法和说明 |
---|---|
Plot |
CustomPlotLocationPane.updateBean() |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.HashMap |
VanChartHyperLinkPane.getHyperlinkMap(Plot plot) |
void |
VanChartHyperLinkPane.populate(Plot plot) |
void |
CustomPlotLocationPane.populateBean(Plot plot) |
protected NameJavaScriptGroup |
VanChartHyperLinkPane.populateHotHyperLink(Plot plot) |
void |
VanChartHyperLinkPane.update(Plot plot) |
void |
CustomPlotLocationPane.updateBean(Plot plot) |
protected void |
VanChartHyperLinkPane.updateHotHyperLink(Plot plot,
NameJavaScriptGroup nameGroup) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartCustomInteractivePane.populateHyperlink(Plot plot) |
protected void |
VanChartCustomInteractivePane.updateHyperlink(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
Plot |
VanChartCustomPlotSeriesPane.updateBean() |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartCustomPlotSeriesPane.populateBean(Plot plot) |
void |
VanChartCustomAxisAreaPane.populateBean(Plot plot) |
void |
VanChartCustomPlotSeriesPane.updateBean(Plot plot) |
void |
VanChartCustomAxisAreaPane.updateBean(Plot plot) |
构造器和说明 |
---|
VanChartCustomAreaPane(Plot plot,
VanChartStylePane parent) |
构造器和说明 |
---|
VanChartCustomPlotSeriesPane(BasicBeanPane<Plot> axisPane,
AbstractPlotSeriesPane seriesPane) |
限定符和类型 | 方法和说明 |
---|---|
static VanChartTooltipContentPane |
PlotFactory.createPlotLabelContentPane(Plot plot,
VanChartStylePane parent,
javax.swing.JPanel showOnPane)
根据图表类型创建标签的具体内容界面.分类名系列名等
|
static VanChartPlotLabelPane |
PlotFactory.createPlotLabelPane(Plot plot,
VanChartStylePane stylePane)
根据图表类型创建标签界面
|
static VanChartPlotLegendPane |
PlotFactory.createPlotLegendPane(Plot plot,
VanChartStylePane stylePane)
根据图表类型创建图例界面
|
static VanChartTooltipContentPane |
PlotFactory.createPlotRefreshTooltipContentPane(Plot plot,
VanChartStylePane parent,
javax.swing.JPanel showOnPane)
根据图表类型创建监控刷新中数据点提示的具体内容界面.分类名系列名等
|
static VanChartPlotTooltipPane |
PlotFactory.createPlotRefreshTooltipPane(Plot plot)
根据图表类型创建数据点提示界面
|
static VanChartTooltipContentPane |
PlotFactory.createPlotTooltipContentPane(Plot plot,
VanChartStylePane parent,
javax.swing.JPanel showOnPane)
根据图表类型创建数据点提示的具体内容界面.分类名系列名等
|
static VanChartPlotTooltipPane |
PlotFactory.createPlotTooltipPane(Plot plot,
VanChartStylePane stylePane)
根据图表类型创建数据点提示界面
|
static boolean |
PlotFactory.largeDataModel(Plot plot)
判断是否为大数据模式
|
static boolean |
PlotFactory.lineMapLargeModel(Plot plot) |
static boolean |
PlotFactory.plotAutoAdjustLabelPosition(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartUIListControlPane.getPlot() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartUIListControlPane.setPlot(Plot plot) |
protected abstract void |
VanChartUIListControlPane.update(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartMoreCateReportDataContentPane.updateMoreCate(NormalReportDataDefinition reportDefinition,
Plot plot) |
protected void |
VanChartMoreCateTableDataContentPane.updateMoreCate(NormalTableDataDefinition normal,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
Plot |
AbstractConditionAttrContentPane.updateBean()
Update.
|
限定符和类型 | 方法和说明 |
---|---|
protected boolean |
VanChartInteractivePane.largeModel(Plot plot) |
void |
VanChartConditionAttrPane.populateBean(Plot plot) |
void |
AbstractConditionAttrContentPane.populateBean(Plot ob) |
void |
VanChartConditionAttrContentPane.populateBean(Plot plot,
java.lang.Class<? extends ConditionAttributesPane> showPane) |
abstract void |
AbstractConditionAttrContentPane.populateBean(Plot plot,
java.lang.Class<? extends ConditionAttributesPane> showPane) |
void |
VanChartConditionAttrContentPane.populateBean(Plot plot,
ConditionCollection collection,
java.lang.Class<? extends ConditionAttributesPane> showPane) |
protected void |
VanChartInteractivePane.populateHyperlink(Plot plot) |
protected void |
VanChartConditionListControlPane.update(Plot plot)
Update.
|
void |
VanChartConditionAttrPane.updateBean(Plot plot) |
void |
VanChartConditionAttrContentPane.updateBean(Plot plot) |
protected void |
VanChartInteractivePane.updateHyperlink(Plot plot) |
构造器和说明 |
---|
AbstractNormalMultiLineConditionPane(ConditionAttributesPane conditionAttributesPane,
Plot plot) |
VanChartAreaFillColorConditionPane(ConditionAttributesPane conditionAttributesPane,
Plot plot) |
VanChartDataSheetContentPane(ConditionAttributesPane conditionAttributesPane,
Plot plot) |
VanChartLabelConditionPane(ConditionAttributesPane conditionAttributesPane,
Plot plot) |
VanChartLineMapTooltipConditionPane(ConditionAttributesPane conditionAttributesPane,
Plot plot) |
VanChartTooltipConditionPane(ConditionAttributesPane conditionAttributesPane,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartStylePane.addOtherAxisPane(java.util.List<BasicPane> paneList,
Plot plot) |
protected VanChartPlotLegendPane |
VanChartLegendPane.getPlotLegendPane(Plot plot)
初始化不同的Plot图例界面.
|
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartAxisPane.populateBean(Plot plot) |
void |
VanChartAxisPane.updateBean(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartGaugeAxisPane.updateBean(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
Plot |
VanChartAxisAreaPane.updateBean() |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<ThirdTabPane.NamePane> |
VanChartAreaPane.initPaneList(Plot plot,
AbstractAttrNoScrollPane parent) |
void |
BackgroundListControlPane.populate(Plot plot) |
void |
AlertLineListControlPane.populate(Plot plot) |
void |
VanChartAxisAreaPane.populateBean(Plot plot) |
protected void |
BackgroundListControlPane.update(Plot plot) |
void |
AlertLineListControlPane.update(Plot plot) |
void |
BackgroundListControlPane.update(Plot plot,
boolean isDefaultIntervalBackground) |
void |
VanChartAxisAreaPane.updateBean(Plot plot) |
构造器和说明 |
---|
VanChartAreaPane(Plot plot,
VanChartStylePane parent) |
限定符和类型 | 字段和说明 |
---|---|
protected Plot |
VanChartPlotLabelPane.plot |
限定符和类型 | 方法和说明 |
---|---|
protected javax.swing.JPanel |
VanChartPlotLabelDetailPane.createLabelPositionPane(double[] row,
double[] col,
Plot plot) |
protected javax.swing.JPanel |
VanChartPlotLabelDetailPane.createLabelStylePane(double[] row,
double[] col,
Plot plot) |
protected javax.swing.JPanel |
VanChartGaugeLabelDetailPane.createLabelStylePane(double[] row,
double[] col,
Plot plot) |
protected VanChartPlotLabelPane |
VanChartLabelPane.getLabelPane(Plot plot) |
protected java.awt.Component[][] |
VanChartPlotLabelDetailPane.getLabelPaneComponents(Plot plot,
double p,
double[] columnSize) |
protected java.awt.Component[][] |
VanChartGaugeValueLabelDetailPane.getLabelPaneComponents(Plot plot,
double p,
double[] columnSize) |
protected double[] |
VanChartPlotLabelDetailPane.getLabelPaneRowSize(Plot plot,
double p) |
protected double[] |
VanChartGaugeValueLabelDetailPane.getLabelPaneRowSize(Plot plot,
double p) |
protected double[] |
VanChartGaugeCateOrPercentLabelDetailPane.getLabelPaneRowSize(Plot plot,
double p) |
protected java.awt.Component[][] |
VanChartPlotLabelDetailPane.getLabelStyleComponents(Plot plot) |
protected java.awt.Component[][] |
VanChartGaugeValueLabelDetailPane.getLabelStyleComponents(Plot plot) |
protected java.awt.Component[][] |
VanChartGaugeCateOrPercentLabelDetailPane.getLabelStyleComponents(Plot plot) |
protected boolean |
VanChartPlotLabelDetailPane.hasLabelPosition(Plot plot) |
protected boolean |
VanChartGaugeValueLabelDetailPane.hasLabelPosition(Plot plot) |
protected boolean |
VanChartGaugeCateOrPercentLabelDetailPane.hasLabelPosition(Plot plot) |
protected void |
VanChartPlotLabelDetailPane.initToolTipContentPane(Plot plot) |
protected void |
VanChartGaugeValueLabelDetailPane.initToolTipContentPane(Plot plot) |
protected void |
VanChartGaugeCateOrPercentLabelDetailPane.initToolTipContentPane(Plot plot) |
构造器和说明 |
---|
VanChartGaugeCateOrPercentLabelDetailPane(Plot plot,
VanChartStylePane parent) |
VanChartGaugeLabelDetailPane(Plot plot,
VanChartStylePane parent) |
VanChartGaugePlotLabelPane(Plot plot,
VanChartStylePane parent) |
VanChartGaugeValueLabelDetailPane(Plot plot,
VanChartStylePane parent) |
VanChartPlotLabelDetailPane(Plot plot,
VanChartStylePane parent) |
VanChartPlotLabelNoCheckPane(Plot plot,
VanChartStylePane parent) |
VanChartPlotLabelPane(Plot plot,
VanChartStylePane parent) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartAbstractPlotSeriesPane.checkoutMapType(Plot plot) |
void |
VanChartAbstractPlotSeriesPane.populateBean(Plot plot)
更新Plot的属性到系列界面
|
protected void |
VanChartStackedAndAxisListControlPane.update(Plot plot) |
void |
VanChartAbstractPlotSeriesPane.updateBean(Plot plot)
保存 系列界面的属性到Plot
|
构造器和说明 |
---|
VanChartAbstractPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartPlotTooltipPane.addComponents(Plot plot) |
protected void |
VanChartPlotTooltipNoCheckPane.addComponents(Plot plot) |
protected java.awt.Component[][] |
VanChartPlotTooltipPane.createComponents(Plot plot) |
protected java.awt.Component[][] |
VanChartPlotRefreshTooltipPane.createComponents(Plot plot) |
protected javax.swing.JPanel |
VanChartPlotTooltipPane.createDisplayStrategy(Plot plot) |
protected javax.swing.JPanel |
VanChartPlotTooltipPane.createTooltipPane(Plot plot) |
protected javax.swing.JPanel |
VanChartPlotRefreshTooltipPane.createTooltipPane(Plot plot) |
protected VanChartTooltipContentPane |
VanChartPlotRefreshTooltipPane.getTooltipContentPane(Plot plot) |
protected VanChartPlotTooltipPane |
VanChartTooltipPane.getTooltipPane(Plot plot) |
protected void |
VanChartPlotTooltipPane.initTooltipContentPane(Plot plot) |
构造器和说明 |
---|
VanChartPlotRefreshTooltipPane(Plot plot) |
VanChartPlotTooltipNoCheckPane(Plot plot,
VanChartStylePane parent) |
VanChartPlotTooltipPane(Plot plot,
VanChartStylePane parent) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
AbstractVanChartTypePane.checkTypeChange(Plot oldPlot) |
protected void |
AbstractVanChartTypePane.cloneHotHyperLink(Plot oldPlot,
Plot newPlot) |
protected void |
AbstractVanChartTypePane.cloneOldConditionCollection(Plot oldPlot,
Plot newPlot) |
protected void |
AbstractVanChartTypePane.cloneOldDefaultAttrConditionCollection(Plot oldPlot,
Plot newPlot) |
protected void |
AbstractVanChartTypePane.cloneOldPlot2New(Plot oldPlot,
Plot newPlot)
同一个图表, 类型之间切换
|
protected void |
AbstractVanChartTypePane.resetChartAttr(Chart chart,
Plot newPlot) |
限定符和类型 | 方法和说明 |
---|---|
protected NameJavaScriptGroup |
VanChartCatalogHyperLinkPane.populateHotHyperLink(Plot plot) |
protected void |
VanChartCatalogHyperLinkPane.updateHotHyperLink(Plot plot,
NameJavaScriptGroup nameGroup) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartDrillMapPlotPane.resetAttr(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
FunnelIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
FunnelIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
FunnelIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
FunnelIndependentVanChartInterface.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
FunnelIndependentVanChartInterface.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartFunnelConditionPane.class4Correspond()
返回图表class对象
|
构造器和说明 |
---|
VanChartFunnelConditionPane(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartFunnelSeriesPane.populateBean(Plot plot) |
void |
VanChartFunnelSeriesPane.updateBean(Plot plot) |
构造器和说明 |
---|
VanChartFunnelSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartFunnelTypePane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
GanttIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
GanttIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
GanttIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
GanttIndependentVanChartInterface.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
GanttIndependentVanChartInterface.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartGanttConditionPane.class4Correspond()
返回图表class对象
|
构造器和说明 |
---|
VanChartGanttConditionPane(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartGanttStylePane.addOtherAxisPane(java.util.List<BasicPane> paneList,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartGanttSeriesPane.populateBean(Plot plot) |
void |
VanChartGanttSeriesPane.updateBean(Plot plot) |
构造器和说明 |
---|
VanChartGanttSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected javax.swing.JPanel |
VanChartGanttPlotTooltipPane.createDisplayStrategy(Plot plot) |
构造器和说明 |
---|
VanChartGanttPlotTooltipPane(Plot plot,
VanChartStylePane parent) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartGanttPlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartGaugePlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
GaugeIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartGaugePlotPane.cloneHotHyperLink(Plot oldPlot,
Plot newPlot) |
protected void |
VanChartGaugePlotPane.cloneOldConditionCollection(Plot oldPlot,
Plot newPlot) |
BasicBeanPane<Plot> |
GaugeIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
GaugeIndependentVanChartInterface.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
GaugeIndependentVanChartInterface.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
protected VanChartTooltipContentPane |
VanChartGaugePlotRefreshTooltipPane.getTooltipContentPane(Plot plot) |
protected void |
VanChartGaugePlotTooltipPane.initTooltipContentPane(Plot plot) |
void |
VanChartGaugeSeriesPane.populateBean(Plot plot) |
void |
VanChartGaugeSeriesPane.updateBean(Plot plot) |
构造器和说明 |
---|
VanChartGaugePlotRefreshTooltipPane(Plot plot) |
VanChartGaugePlotTooltipPane(Plot plot,
VanChartStylePane parent) |
VanChartGaugeSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
HeatMapIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected boolean |
HeatMapIndependentVanChartInterface.areaPlot(Plot plot) |
ConditionAttributesPane |
HeatMapIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
HeatMapIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartHeatMapConditionPane.class4Correspond()
返回图表class对象
|
构造器和说明 |
---|
VanChartHeatMapConditionPane(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartHeatMapSeriesPane.populateBean(Plot plot) |
void |
VanChartHeatMapSeriesPane.updateBean(Plot plot) |
构造器和说明 |
---|
VanChartHeatMapSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartHeatMapTypePane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartLinePlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartLineConditionPane.class4Correspond()
返回图表class对象
|
BasicBeanPane<Plot> |
LineIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
LineIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
LineIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
构造器和说明 |
---|
VanChartLineConditionPane(Plot plot) |
VanChartLineSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
MapIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected boolean |
MapIndependentVanChartInterface.areaPlot(Plot plot) |
protected void |
VanChartMapSeriesPane.checkoutMapType(Plot plot) |
ConditionAttributesPane |
MapIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
MapIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
MapIndependentVanChartInterface.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
MapIndependentVanChartInterface.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
protected boolean |
MapIndependentVanChartInterface.linePlot(Plot plot) |
void |
VanChartMapSeriesPane.populateBean(Plot plot) |
void |
VanChartMapSeriesPane.updateBean(Plot plot) |
构造器和说明 |
---|
VanChartMapSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
static MapType |
MapDataPaneHelper.getPlotMapType(Plot plot) |
构造器和说明 |
---|
SeriesTypeUseComboxPaneWithOutFilter(ChartDataPane parent,
Plot initplot) |
限定符和类型 | 方法和说明 |
---|---|
protected boolean |
VanChartMapInteractivePane.largeModel(Plot plot) |
void |
VanChartMapHyperLinkPane.populateBean(Plot plot) |
void |
VanChartMapConditionAttrContentPane.populateBean(Plot plot,
java.lang.Class<? extends ConditionAttributesPane> showPane) |
protected void |
VanChartMapInteractivePane.populateHyperlink(Plot plot) |
void |
VanChartMapHyperLinkPane.updateBean(Plot plot) |
void |
VanChartMapConditionAttrContentPane.updateBean(Plot plot) |
protected void |
VanChartMapInteractivePane.updateHyperlink(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartMapConditionPane.class4Correspond()
返回图表class对象
|
java.lang.Class<? extends Plot> |
VanChartLineMapConditionPane.class4Correspond()
返回图表class对象
|
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartMapPlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartMapPlotPane.cloneHotHyperLink(Plot oldPlot,
Plot newPlot)
不同地图类型的超链不需要复制
|
protected void |
VanChartMapPlotPane.resetAttr(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartLineMapPlotTooltipPane.initTooltipContentPane(Plot plot) |
构造器和说明 |
---|
VanChartLineMapPlotTooltipPane(Plot plot,
VanChartStylePane parent) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartMultiPiePlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
MultiPieIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
MultiPieIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
MultiPieIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
MultiPieIndependentVanChartInterface.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
MultiPieIndependentVanChartInterface.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
protected void |
VanChartMultiPiePlotPane.resetChartAttr(Chart chart,
Plot newPlot) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartMultiPieConditionPane.class4Correspond()
返回图表class对象
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartMultiPiePlotTooltipNoCheckPane.addComponents(Plot plot) |
构造器和说明 |
---|
VanChartMultiPieConditionPane(Plot plot) |
VanChartMultiPiePlotTooltipNoCheckPane(Plot plot,
VanChartStylePane parent) |
VanChartMultiPieTooltipConditionPane(ConditionAttributesPane conditionAttributesPane,
Plot plot) |
构造器和说明 |
---|
VanChartMultiPiePlotTooltipPane(Plot plot,
VanChartStylePane parent) |
VanChartMultiPieSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartPiePlotPane.getSelectedClonedPlot() |
Plot |
RadiusCardLayoutPane.updateBean() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartPieConditionPane.class4Correspond()
返回图表class对象
|
BasicBeanPane<Plot> |
PieIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
PieIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
PieIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractTableDataContentPane |
PieIndependentVanChartInterface.getTableDataSourcePane(Plot plot,
ChartDataPane parent)
如果parent為VanChartDataPane
則使用custom使用的數據配置面板
|
void |
VanChartPieSeriesPane.populateBean(Plot plot) |
void |
RadiusCardLayoutPane.populateBean(Plot plot) |
void |
VanChartPieSeriesPane.updateBean(Plot plot) |
void |
RadiusCardLayoutPane.updateBean(Plot plot) |
构造器和说明 |
---|
VanChartPieConditionPane(Plot plot) |
VanChartPieSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartRadarPlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartRadarConditionPane.class4Correspond()
返回图表class对象
|
BasicBeanPane<Plot> |
RadarIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartRadarPlotPane.cloneOldConditionCollection(Plot oldPlot,
Plot newPlot) |
ConditionAttributesPane |
RadarIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
RadarIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
void |
VanChartRadarSeriesPane.populateBean(Plot plot)
更新Plot的属性到系列界面
|
void |
VanChartRadarSeriesPane.updateBean(Plot plot)
保存 系列界面的属性到Plot
|
构造器和说明 |
---|
VanChartRadarConditionPane(Plot plot) |
VanChartRadarSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartScatterPlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartScatterConditionPane.class4Correspond()
返回图表class对象
|
BasicBeanPane<Plot> |
ScatterIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartScatterPlotPane.cloneOldConditionCollection(Plot oldPlot,
Plot newPlot) |
protected void |
VanChartScatterPlotPane.cloneOldDefaultAttrConditionCollection(Plot oldPlot,
Plot newPlot) |
ConditionAttributesPane |
ScatterIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
ScatterIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
ScatterIndependentVanChartInterface.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
ScatterIndependentVanChartInterface.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
protected void |
VanChartScatterPlotTooltipPane.initTooltipContentPane(Plot plot) |
构造器和说明 |
---|
VanChartScatterConditionPane(Plot plot) |
VanChartScatterPlotTooltipPane(Plot plot,
VanChartStylePane parent) |
VanChartScatterSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartScatterPlotLabelDetailPane.initToolTipContentPane(Plot plot) |
构造器和说明 |
---|
VanChartScatterLabelConditionPane(ConditionAttributesPane conditionAttributesPane,
Plot plot) |
VanChartScatterPlotLabelDetailPane(Plot plot,
VanChartStylePane parent) |
VanChartScatterPlotLabelNoCheckPane(Plot plot,
VanChartStylePane parent) |
VanChartScatterPlotLabelPane(Plot plot,
VanChartStylePane parent) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartScatterPlotTooltipNoCheckPane.addComponents(Plot plot) |
构造器和说明 |
---|
VanChartScatterPlotTooltipNoCheckPane(Plot plot,
VanChartStylePane parent) |
VanChartScatterTooltipConditionPane(ConditionAttributesPane conditionAttributesPane,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
StructureIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
StructureIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
StructureIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
StructureIndependentVanChartInterface.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
StructureIndependentVanChartInterface.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartStructureConditionPane.class4Correspond()
返回图表class对象
|
构造器和说明 |
---|
VanChartStructureConditionPane(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartStructureSeriesPane.populateBean(Plot plot) |
void |
VanChartStructureSeriesPane.updateBean(Plot plot) |
构造器和说明 |
---|
VanChartStructureSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartStructureTypePane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartTreeMapPlotPane.getSelectedClonedPlot() |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
TreeMapIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
TreeMapIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
构造器和说明 |
---|
VanChartTreeMapSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
AbstractReportDataContentPane |
AbstractMultiCategoryVanChartUI.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractReportDataContentPane |
AbstractIndependentVanChartUI.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
AbstractMultiCategoryVanChartUI.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
AbstractIndependentVanChartUI.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
限定符和类型 | 方法和说明 |
---|---|
BasicBeanPane<Plot> |
WordCloudIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
ConditionAttributesPane |
WordCloudIndependentVanChartInterface.getPlotConditionPane(Plot plot) |
BasicBeanPane<Plot> |
WordCloudIndependentVanChartInterface.getPlotSeriesPane(ChartStylePane parent,
Plot plot) |
AbstractReportDataContentPane |
WordCloudIndependentVanChartInterface.getReportDataSourcePane(Plot plot,
ChartDataPane parent) |
AbstractTableDataContentPane |
WordCloudIndependentVanChartInterface.getTableDataSourcePane(Plot plot,
ChartDataPane parent) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Plot> |
VanChartWordCloudConditionPane.class4Correspond()
返回图表class对象
|
构造器和说明 |
---|
VanChartWordCloudConditionPane(Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartWordCloudSeriesPane.populateBean(Plot plot)
更新Plot的属性到系列界面
|
void |
VanChartWordCloudSeriesPane.updateBean(Plot plot)
保存 系列界面的属性到Plot
|
构造器和说明 |
---|
VanChartWordCloudSeriesPane(ChartStylePane parent,
Plot plot) |
限定符和类型 | 方法和说明 |
---|---|
protected Plot |
VanChartWordCloudTypePane.getSelectedClonedPlot() |