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

View differences:

Multipoint3D.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
/**
......
37 36
    }
38 37

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

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

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

Also available in: Unified diff