Revision 1136

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FPointIterator.java
4 4
 * TODO To change the template for this generated file go to
5 5
 * Window - Preferences - Java - Code Generation - Code and Comments
6 6
 */
7
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
7
 /* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
8 8
 *
9 9
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
10 10
 *
......
56 56
 *
57 57
 * @author FJP
58 58
 */
59
public class FPointIterator implements PathIterator {
59
public class FPointIterator extends GeneralPathXIterator {
60 60
	/** Transform applied on the coordinates during iteration */
61 61
	private AffineTransform at;
62 62

  
......
73 73
	 * @param at The affine transform applied to coordinates during iteration
74 74
	 */
75 75
	public FPointIterator(Point2D p, AffineTransform at) {
76
		super(new GeneralPathX());
76 77
		if (at == null) {
77 78
			at = new AffineTransform();
78 79
		}

Also available in: Unified diff