Revision 1132 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/GeneralPathXIterator.java

View differences:

GeneralPathXIterator.java
70 70
 * @version 10 Feb 1997
71 71
 * @author	Jim Graham
72 72
 */
73
class GeneralPathXIterator implements PathIterator {
73
public class GeneralPathXIterator implements PathIterator {
74 74
    int typeIdx = 0;
75 75
    int pointIdx   = 0;
76 76
    GeneralPathX path;

Also available in: Unified diff