Revision 1763 branches/gvSIG_CAD_Layout_version/applications/appgvSIG/src/com/iver/cit/gvsig/gui/cad/tools/PointCadTool.java

View differences:

PointCadTool.java
62 62
 * @author Vicente Caballero Navarro
63 63
 */
64 64
public class PointCadTool extends AbstractCadTool {
65
	private static Status[] STATUS = { new Status("Precise un punto"),new Status("Precise un punto") };
65
	private static Status[] STATUS = { 
66
			new Status("Precise un punto"),
67
			new Status("Precise un punto") };
66 68
	private Punto pointStatus = new Punto();
67 69

  
68 70
	/**
......
122 124
	public Automaton getAutomaton() {
123 125
		return pointStatus;
124 126
	}
127

  
128
	/**
129
	 * @see com.iver.cit.gvsig.gui.cad.CadTool#getName()
130
	 */
131
	public String getName() {
132
		return "PUNTO";
133
	}
125 134
	
126 135
	
127 136
}

Also available in: Unified diff