Revision 30011 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/view/legend/gui/AttrInTableLabeling.java

View differences:

AttrInTableLabeling.java
67 67
import org.gvsig.fmap.dal.exception.ReadException;
68 68
import org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor;
69 69
import org.gvsig.fmap.dal.feature.FeatureType;
70
import org.gvsig.fmap.mapcontext.MapContextLocator;
70 71
import org.gvsig.fmap.mapcontext.layers.FLayer;
71 72
import org.gvsig.fmap.mapcontext.layers.vectorial.FLyrVect;
72
import org.gvsig.fmap.mapcontext.rendering.legend.styling.AttrInTableLabelingStrategy;
73 73
import org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy;
74
import org.gvsig.fmap.mapcontext.rendering.symbols.SymbologyFactory;
75 74
import org.gvsig.gui.beans.swing.GridBagLayoutPanel;
76 75
import org.gvsig.gui.beans.swing.JBlank;
76
import org.gvsig.symbology.fmap.mapcontext.rendering.legend.styling.AttrInTableLabelingStrategy;
77 77
import org.gvsig.utils.swing.JComboBox;
78 78

  
79 79

  
......
100 100
	private ColorChooserPanel colorChooser;
101 101
	private JComboBox cmbColorField;
102 102
	private JButton chooseFontBut;
103
	private Font labelFont = SymbologyFactory.DefaultTextFont;
103
	private Font labelFont = MapContextLocator.getMapContextManager()
104
			.getDefaultSymbolFont();
104 105

  
105 106
	public AttrInTableLabeling() {
106 107
		initialize();

Also available in: Unified diff