Revision 9641 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/MarkerFillSymbol.java

View differences:

MarkerFillSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.1  2007-01-10 16:31:36  jaume
46
* Revision 1.2  2007-01-10 16:39:41  jaume
47
* ISymbol now belongs to com.iver.cit.gvsig.fmap.core.symbols package
48
*
49
* Revision 1.1  2007/01/10 16:31:36  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.10  2006/11/09 18:39:05  jaume
......
94 97
import java.awt.image.BufferedImage;
95 98
import java.util.ArrayList;
96 99

  
100
import com.iver.cit.gvsig.fmap.DriverException;
97 101
import com.iver.cit.gvsig.fmap.core.FShape;
98 102
import com.iver.cit.gvsig.fmap.core.SymbolFactory;
99 103
import com.iver.utiles.StringUtilities;
......
278 282
		this.markerSymbol = marker;
279 283
	}
280 284

  
285
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws DriverException {
286
		// TODO Implement it
287
		throw new Error("Not yet implemented!");
288

  
289
	}
290

  
281 291
}

Also available in: Unified diff