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

View differences:

PolyLineAdapter.java
118 118
    }
119 119
    public void print(Graphics2D g, AffineTransform at, ISymbol symbol,PrintRequestAttributeSet properties) {
120 120
    	FShape shapeAux =getShape(at);
121
    	try {
122
			symbol.print(g,at,shapeAux, properties);
123
		} catch (ReadDriverException e) {
124
			// TODO Auto-generated catch block
125
			e.printStackTrace();
126
		}
127
    	// FGraphicUtilities.DrawShape(g, at, shapeAux, symbol);
121
    	symbol.print(g,at,shapeAux, properties);
122
		// FGraphicUtilities.DrawShape(g, at, shapeAux, symbol);
128 123
    }
129 124
    /**
130 125
     * DOCUMENT ME!

Also available in: Unified diff