Revision 11704 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/SimpleLabeling.java

View differences:

SimpleLabeling.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.9  2007-05-09 11:04:58  jaume
46
* Revision 1.10  2007-05-17 09:32:06  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.9  2007/05/09 11:04:58  jaume
47 50
* refactored legend hierarchy
48 51
*
49 52
* Revision 1.8  2007/04/13 11:59:30  jaume
......
289 292
//		draw(null, g, viewPort, cancel);
290 293
//		unitFactor = originalScaleFactor;
291 294
	}
295

  
296
	public String[] getUsedFields() {
297
//		// TODO Implement it
298
//		throw new Error("Not yet implemented!");
299
//
300
		// TODO
301

  
302
		return new String[0];
303
	}
292 304
}

Also available in: Unified diff