Revision 2183 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FShape.java

View differences:

FShape.java
43 43
import org.cresques.cts.ICoordTrans;
44 44

  
45 45
import java.awt.Shape;
46
import java.io.Serializable;
46 47

  
47 48

  
48 49
/**
49 50
 * A?ade el tipo de la shape a la interfaz java.awt.Shape
50 51
 */
51
public interface FShape extends Shape {
52
public interface FShape extends Shape, Serializable {
52 53
	public final static int NULL = 0;
53 54
	public final static int POINT = 1;
54 55
	public final static int LINE = 2;

Also available in: Unified diff