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

View differences:

DotDensityFillSymbol.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.4  2006/11/14 11:10:27  jaume
......
70 73
import java.awt.geom.AffineTransform;
71 74
import java.util.Random;
72 75

  
76
import com.iver.cit.gvsig.fmap.DriverException;
73 77
import com.iver.cit.gvsig.fmap.core.FShape;
74 78
import com.iver.utiles.StringUtilities;
75 79
import com.iver.utiles.XMLEntity;
......
230 234
		this.color = dotColor;
231 235
	}
232 236

  
237
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws DriverException {
238
		// TODO Implement it
239
		throw new Error("Not yet implemented!");
240

  
241
	}
242

  
233 243
}

Also available in: Unified diff