|
|
|
@ -4,6 +4,7 @@ import com.fr.base.background.ImageFileBackground;
|
|
|
|
|
import com.fr.design.beans.BasicBeanPane; |
|
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
|
import com.fr.design.gui.ispinner.UISpinner; |
|
|
|
|
import com.fr.design.gui.ispinner.chart.UISpinnerWithPx; |
|
|
|
|
import com.fr.design.layout.TableLayout; |
|
|
|
|
import com.fr.design.layout.TableLayoutHelper; |
|
|
|
|
import com.fr.design.mainframe.backgroundpane.ImageBackgroundQuickPane; |
|
|
|
@ -30,8 +31,8 @@ public class VanChartImageMarkerPane extends BasicBeanPane<VanChartAttrMarker> {
|
|
|
|
|
public VanChartImageMarkerPane() { |
|
|
|
|
imageBackgroundPane = new ImageBackgroundQuickPane(false); |
|
|
|
|
imageBackgroundPane.setPreferredSize(getImageBackgroundPreferredSize(imageBackgroundPane.getPreferredSize())); |
|
|
|
|
width = new UISpinner(0, 100, 0.5, 30); |
|
|
|
|
height = new UISpinner(0, 100, 0.5, 30); |
|
|
|
|
width = new UISpinnerWithPx(0, 100, 0.5, 30); |
|
|
|
|
height = new UISpinnerWithPx(0, 100, 0.5, 30); |
|
|
|
|
|
|
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
|
double f = TableLayout.FILL; |
|
|
|
|