|
|
|
@ -3,8 +3,9 @@ package com.fr.van.chart.range.component;
|
|
|
|
|
import com.fr.design.gui.frpane.AbstractAttrNoScrollPane; |
|
|
|
|
import com.fr.design.gui.ilable.BoldFontTextLabel; |
|
|
|
|
import com.fr.design.layout.TableLayout; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.ColorSelectBoxWithOutTransparent; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.style.series.MapColorPickerPaneWithFormula; |
|
|
|
|
|
|
|
|
|
import com.fr.design.style.color.ColorSelectBox; |
|
|
|
|
|
|
|
|
|
import java.awt.Component; |
|
|
|
|
|
|
|
|
@ -34,4 +35,9 @@ public class SectionIntervalConfigPane extends MapColorPickerPaneWithFormula {
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
protected ColorSelectBox getColorSelectBox() { |
|
|
|
|
return new ColorSelectBoxWithOutTransparent(100); |
|
|
|
|
} |
|
|
|
|
} |