|
|
|
@ -6,7 +6,6 @@ import com.fr.design.beans.BasicBeanPane;
|
|
|
|
|
import com.fr.design.condition.ConditionAttributesPane; |
|
|
|
|
import com.fr.design.gui.frpane.AttributeChangeListener; |
|
|
|
|
import com.fr.design.i18n.Toolkit; |
|
|
|
|
import com.fr.design.layout.TableLayout; |
|
|
|
|
import com.fr.design.mainframe.chart.AbstractChartAttrPane; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.ChartDataPane; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.ChartStylePane; |
|
|
|
@ -76,10 +75,7 @@ public class BoxIndependentVanChartInterface extends AbstractIndependentVanChart
|
|
|
|
|
return new VanChartInteractivePane() { |
|
|
|
|
|
|
|
|
|
protected Component[][] createToolBarComponents() { |
|
|
|
|
return new Component[][]{ |
|
|
|
|
new Component[]{null, exportImages}, |
|
|
|
|
new Component[]{null, fullScreenDisplay} |
|
|
|
|
}; |
|
|
|
|
return createToolBarComponentsWithOutSort(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected AutoRefreshPane getMoreLabelPane(VanChartPlot plot) { |
|
|
|
@ -87,11 +83,6 @@ public class BoxIndependentVanChartInterface extends AbstractIndependentVanChart
|
|
|
|
|
return new AutoRefreshPaneWithoutTooltip(chart, isLargeModel); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected double[] getToolBarRowSize() { |
|
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
|
return new double[]{p, p}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected ZoomPane createZoomPane() { |
|
|
|
|
return new ZoomPane(); |
|
|
|
|
} |
|
|
|
|