|
|
|
@ -50,7 +50,7 @@ public class GradualIntervalConfigPane extends JPanel{
|
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
legendGradientBar = new LegendGradientBar(); |
|
|
|
|
legendGradientBar = createLegendGradientBar(); |
|
|
|
|
|
|
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
|
double f = TableLayout.FILL; |
|
|
|
@ -66,6 +66,10 @@ public class GradualIntervalConfigPane extends JPanel{
|
|
|
|
|
this.add(contentPane,BorderLayout.CENTER); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected LegendGradientBar createLegendGradientBar() { |
|
|
|
|
return new LegendGradientBar(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected Component[][] getPaneComponents(){ |
|
|
|
|
return new Component[][]{ |
|
|
|
|
new Component[]{minMaxValuePane, null}, |
|
|
|
|