Revision 9594 trunk/extensions/extGraph_predes/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.10  2006-11-09 18:39:05  jaume
46
* Revision 1.11  2007-01-09 09:44:14  jaume
47
* implementing IPrintable
48
*
49
* Revision 1.10  2006/11/09 18:39:05  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.9  2006/11/09 10:22:50  jaume
......
91 94
import java.awt.image.BufferedImage;
92 95
import java.util.ArrayList;
93 96

  
97
import com.iver.cit.gvsig.fmap.DriverException;
94 98
import com.iver.cit.gvsig.fmap.core.FShape;
95 99
import com.iver.cit.gvsig.fmap.core.ISymbol;
96 100
import com.iver.utiles.StringUtilities;
......
280 284
		this.markerSymbol = marker;
281 285
	}
282 286

  
287
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws DriverException {
288
		// TODO Auto-generated method stub
289
		throw new Error("Not yet implemented!");
290
		
291
	}
292

  
283 293
}

Also available in: Unified diff