Revision 23070 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/rendering/symbols/SimpleLineSymbol.java

View differences:

SimpleLineSymbol.java
209 209
		width = getLineStyle().getLineWidth(); // not a joke
210 210
	}
211 211

  
212
	public void print(Graphics2D g, AffineTransform at, Geometry geom, PrintRequestAttributeSet properties)
213
			throws ReadException {
214
		// TODO Implement it
215
		throw new Error("Not yet implemented!");
216

  
217
	}
218

  
219 212
	public void setLineWidth(double width) {
220 213
		this.width = width;
221 214
		getLineStyle().setLineWidth((float) width);

Also available in: Unified diff