Revision 28367 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/adapter/CircleAdapter.java

View differences:

CircleAdapter.java
140 140

  
141 141
	public void print(Graphics2D g, AffineTransform at, ISymbol symbol, PrintRequestAttributeSet properties) {
142 142
		FShape shapeAux=getShape(at);
143
    	try {
144
			symbol.print(g,at,shapeAux, properties);
145
		} catch (ReadDriverException e) {
146
			// TODO Auto-generated catch block
147
			e.printStackTrace();
148
		}
149

  
143
    	symbol.print(g,at,shapeAux, properties);
150 144
	}
151 145

  
152 146
}

Also available in: Unified diff