Revision 11073 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/SimpleLine.java

View differences:

SimpleLine.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.5  2007-04-04 16:01:13  jaume
46
* Revision 1.6  2007-04-05 16:08:34  jaume
47
* Styled labeling stuff
48
*
49
* Revision 1.5  2007/04/04 16:01:13  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.4  2007/03/26 15:05:26  jaume
......
218 221
		cmbLineStyles.setLineWidth((int) txtWidth.getValue().floatValue());
219 222
		fireSymbolChangedEvent();
220 223
	}
224

  
225
	public EditorTool getEditorTool() {
226
		return null;
227
	}
221 228
}

Also available in: Unified diff