Revision 23993 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/RectangleCADTool.java

View differences:

RectangleCADTool.java
61 61
 * @author Vicente Caballero Navarro
62 62
 */
63 63
public class RectangleCADTool extends DefaultCADTool {
64
    private RectangleCADToolContext _fsm;
65
    private Point2D firstPoint;
66
    private Point2D lastPoint;
64
    protected RectangleCADToolContext _fsm;
65
    protected Point2D firstPoint;
66
    protected Point2D lastPoint;
67 67

  
68 68
    /**
69 69
     * Crea un nuevo LineCADTool.

Also available in: Unified diff