Revision 7771 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/FPanelLegendManager.java

View differences:

FPanelLegendManager.java
70 70
import com.iver.cit.gvsig.fmap.rendering.UniqueValueLegend;
71 71
import com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend;
72 72
import com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend;
73
import com.iver.cit.gvsig.project.documents.view.legend.PanelLegendBreaks;
74 73
/**
75 74
 *
76 75
 * @author jmorell
......
79 78
 * Window - Preferences - Java - Code Style - Code Templates
80 79
 */
81 80
public class FPanelLegendManager extends AbstractPanel {
82
	 
81

  
83 82
 private ImageIcon iuniqueValues= new ImageIcon(this.getClass().getClassLoader()
84 83
		 	.getResource("images/ValoresUnicos.png"));
85 84
	private ImageIcon iintervalValues= new ImageIcon(this.getClass().getClassLoader()

Also available in: Unified diff