Revision 240 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/MultiPoint2D.java

View differences:

MultiPoint2D.java
13 13
import java.awt.geom.PathIterator;
14 14
import java.awt.geom.Point2D;
15 15
import java.awt.geom.Rectangle2D;
16
import java.awt.image.BufferedImage;
17 16

  
18 17

  
19 18
/**
......
36 35
    }
37 36

  
38 37
    /**
39
     * @see com.iver.cit.gvsig.fmap.core.FGeometry#draw(java.awt.image.BufferedImage,
40
     *      java.awt.Graphics2D, ViewPort,
41
     *      org.geotools.renderer.style.Style2D)
38
     * @see com.iver.cit.gvsig.fmap.core.FGeometry#draw(java.awt.Graphics2D,
39
     *      ViewPort, org.geotools.renderer.style.Style2D)
42 40
     */
43
    public void draw(BufferedImage image, Graphics2D g, ViewPort vp,
44
        Style2D symbol) {
41
    public void draw(Graphics2D g, ViewPort vp, Style2D symbol) {
45 42
    	int size = 2;
46 43
    	int hw=4;
47 44
    	for (int i=0;i<x.length;i++){
......
56 53
    	}
57 54
    }
58 55

  
59
    /**
60
     * @see com.iver.cit.gvsig.fmap.core.FGeometry#print(java.awt.Graphics2D,
61
     *      java.awt.geom.AffineTransform,
62
     *      org.geotools.renderer.style.Style2D, java.awt.geom.Rectangle2D)
63
     */
64
    public void print(Graphics2D g, AffineTransform mt, Style2D symbol,
65
        Rectangle2D extent) {
66
    }
67 56

  
68 57
    /**
69 58
     * @see com.iver.cit.gvsig.fmap.core.FGeometry#getType()

Also available in: Unified diff