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

View differences:

SimpleMarkerSymbol.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.1  2006/11/14 11:10:27  jaume
......
59 62
import java.awt.Shape;
60 63
import java.awt.geom.AffineTransform;
61 64

  
65
import com.iver.cit.gvsig.fmap.DriverException;
62 66
import com.iver.cit.gvsig.fmap.core.FShape;
63 67
import com.iver.cit.gvsig.fmap.core.SymbolFactory;
64 68
import com.iver.utiles.StringUtilities;
......
123 127

  
124 128
	}
125 129

  
130
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws DriverException {
131
		// TODO Implement it
132
		throw new Error("Not yet implemented!");
133

  
134
	}
135

  
126 136
}

Also available in: Unified diff