Revision 9529 branches/piloto3d/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/fframes/IFFrameGroupSelectable.java

View differences:

IFFrameGroupSelectable.java
1 1
package com.iver.cit.gvsig.project.documents.layout.fframes;
2 2

  
3
import java.awt.Cursor;
3 4
import java.awt.Graphics2D;
4
import java.awt.Image;
5 5
import java.awt.event.MouseEvent;
6 6
import java.awt.geom.Point2D;
7 7
import java.awt.geom.Rectangle2D;
......
17 17
public int getSelectedGroup();
18 18
public void selectFFrame(boolean b);
19 19
public IFFrame joinFFrame();
20
public Image getMapCursorGroup(Point2D p);
20
public Cursor getMapCursorGroup(Point2D p);
21 21
}

Also available in: Unified diff