Revision 4203 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/FFrameGraphics.java

View differences:

FFrameGraphics.java
212 212
            }
213 213

  
214 214
            geometry.draw(g, at, m_symbol);
215
            
215

  
216 216
            if (editing) {
217 217
                g.setColor(Color.red);
218 218
            	geometry.drawVertex(g, at);
......
533 533
    public GeometryAdapter getGeometry() {
534 534
        return geometryEdit;
535 535
    }
536

  
537
	public void initialize() {
538
		// TODO Auto-generated method stub
539

  
540
	}
536 541
}

Also available in: Unified diff