|
|
|
@ -1,13 +1,14 @@
|
|
|
|
|
package com.fr.van.chart.pie.style; |
|
|
|
|
|
|
|
|
|
import com.fr.design.i18n.Toolkit; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.style.ChartTextAttrPane; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.style.ChartTextAttrPaneWithAuto; |
|
|
|
|
import com.fr.design.ui.ModernUIPane; |
|
|
|
|
import com.fr.plugin.chart.base.AttrTooltipContent; |
|
|
|
|
import com.fr.plugin.chart.base.format.AttrTooltipCategoryFormat; |
|
|
|
|
import com.fr.plugin.chart.base.format.AttrTooltipFormat; |
|
|
|
|
import com.fr.plugin.chart.base.format.AttrTooltipSummaryValueFormat; |
|
|
|
|
import com.fr.plugin.chart.pie.attr.PieCategoryLabelContent; |
|
|
|
|
import com.fr.plugin.chart.type.FontAutoType; |
|
|
|
|
import com.fr.van.chart.designer.component.VanChartLabelContentPane; |
|
|
|
|
import com.fr.van.chart.designer.component.format.CategoryNameFormatPaneWithCheckBox; |
|
|
|
|
import com.fr.van.chart.designer.component.format.SummaryValueFormatPaneWithCheckBox; |
|
|
|
@ -86,7 +87,7 @@ public class VanChartPieCategoryLabelContentPane extends VanChartLabelContentPan
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public JPanel createCommonStylePane() { |
|
|
|
|
setTextAttrPane(new ChartTextAttrPane()); |
|
|
|
|
setTextAttrPane(new ChartTextAttrPaneWithAuto(FontAutoType.COLOR)); |
|
|
|
|
return getTextAttrPane(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|