Revision 9052 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/CADTool.java

View differences:

CADTool.java
62 62
			new Color(100, 100, 100, 100));
63 63
	public static FSymbol selectSymbol = new FSymbol(FConstant.SYMBOL_TYPE_POINT,
64 64
			Color.ORANGE);
65
	
65

  
66 66
	public static int TOPGEOMETRY = 2000;
67 67

  
68 68
	public void init();
......
121 121
	public VectorialLayerEdited getVLE();
122 122
	void clearSelection();
123 123
	public boolean isApplicable(int shapeType);
124
	public void setPreviosTool(DefaultCADTool tool);
125
	public void restorePreviousTool();
124 126
}

Also available in: Unified diff