\r
if(backend.isInstanceOf(plot, jfree.XYPlot)) {\r
tabs.add(new ComparableTabContributor(\r
- new XYLineGeneralPropertiesTab(),\r
+ new XYLineGeneralPropertiesTab(r),\r
10,\r
r,\r
"General"));\r
tabs.add(new ComparableTabContributor(\r
- new XYLineAxisAndVariablesTab(),\r
+ new XYLineAxisAndVariablesTab(r),\r
9,\r
r,\r
"Axis and Variables"));\r
} else if(backend.isInstanceOf(plot, jfree.CategoryPlot)) {\r
tabs.add(new ComparableTabContributor(\r
- new BarGeneralPropertiesTab(options),\r
+ new BarGeneralPropertiesTab(r, options),\r
10,\r
r,\r
"General"));\r
tabs.add(new ComparableTabContributor(\r
- new BarSeriesTab(options),\r
+ new BarSeriesTab(r, options),\r
9,\r
r,\r
"Variables"));\r
tabs.add(new ComparableTabContributor(\r
- new BarAxisTab(),\r
+ new BarAxisTab(r),\r
8,\r
r,\r
"Axis")); \r
} else if(backend.isInstanceOf(plot, jfree.PiePlot)) {\r
tabs.add(new ComparableTabContributor(\r
- new PieGeneralPropertiesTab(options),\r
+ new PieGeneralPropertiesTab(r, options),\r
10,\r
r,\r
"General"));\r
tabs.add(new ComparableTabContributor(\r
- new PieSeriesTab(options),\r
+ new PieSeriesTab(r, options),\r
9,\r
r,\r
"Variables"));\r
}\r
\r
tabs.add(new ComparableTabContributor(\r
- new ChartTab(),\r
+ new ChartTab(r),\r
1,\r
r,\r
"Chart"));\r
\r
if(backend.isInstanceOf(plot, jfree.XYPlot)) {\r
tabs.add(new ComparableTabContributor(\r
- new XYLineGeneralPropertiesTab(),\r
+ new XYLineGeneralPropertiesTab(r),\r
10,\r
r,\r
"General"));\r
tabs.add(new ComparableTabContributor(\r
- new XYLineAxisAndVariablesTab(),\r
+ new XYLineAxisAndVariablesTab(r),\r
9,\r
r,\r
"Axis and Variables"));\r
} else if(backend.isInstanceOf(plot, jfree.CategoryPlot)) {\r
tabs.add(new ComparableTabContributor(\r
- new BarGeneralPropertiesTab(options),\r
+ new BarGeneralPropertiesTab(r, options),\r
10,\r
r,\r
"General"));\r
tabs.add(new ComparableTabContributor(\r
- new BarSeriesTab2(options),\r
+ new BarSeriesTab2(r, options),\r
9,\r
r,\r
"Variables"));\r
tabs.add(new ComparableTabContributor(\r
- new BarAxisTab(),\r
+ new BarAxisTab(r),\r
8,\r
r,\r
"Axis")); \r
} else if(backend.isInstanceOf(plot, jfree.PiePlot)) {\r
tabs.add(new ComparableTabContributor(\r
- new PieGeneralPropertiesTab(options),\r
+ new PieGeneralPropertiesTab(r, options),\r
10,\r
r,\r
"General"));\r
tabs.add(new ComparableTabContributor(\r
- new PieSeriesTab2(options),\r
+ new PieSeriesTab2(r, options),\r
9,\r
r,\r
"Variables"));\r
}\r
\r
tabs.add(new ComparableTabContributor(\r
- new ChartTab(),\r
+ new ChartTab(r),\r
1,\r
r,\r
"Chart"));\r