Revision 11437 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/StretchCADTool.java

View differences:

StretchCADTool.java
248 248
			elShape.lineTo(selfirstPoint.getX(), selfirstPoint.getY());
249 249
			ShapeFactory.createPolyline2D(elShape).draw((Graphics2D) g,
250 250
				getCadToolAdapter().getMapControl().getViewPort(),
251
				modifySymbol);
251
				DefaultCADTool.axisReferencesSymbol);
252 252
		} else if (status.equals("Stretch.MoveFirstPoint")) {
253 253
			Handler[] handlers = null;
254 254
			for (int i = 0;i<selectedRow.size();i++) {
......
261 261

  
262 262
				for (int j = 0; j < handlers.length; j++) {
263 263
					if (rect.contains(handlers[j].getPoint())) {
264
						FGraphicUtilities.DrawHandlers((Graphics2D) g,getCadToolAdapter().getMapControl().getViewPort().getAffineTransform(),new Handler[] {handlers[j]},DefaultCADTool.selectSymbol);
264
							FGraphicUtilities.DrawHandlers((Graphics2D) g,getCadToolAdapter().getMapControl().getViewPort().getAffineTransform(),new Handler[] {handlers[j]},DefaultCADTool.handlerSymbol);
265 265
					}
266 266
				}
267 267
			}
......
284 284
				}
285 285
				geometry.draw((Graphics2D) g,
286 286
					getCadToolAdapter().getMapControl().getViewPort(),
287
					modifySymbol);
287
					DefaultCADTool.axisReferencesSymbol);
288 288
			}
289 289
		}
290 290
	}

Also available in: Unified diff