jdk/src/share/classes/java/awt/geom/PathIterator.java
changeset 12813 c10ab96dcf41
parent 5506 202f599c92aa
child 16734 da1901d79073
equal deleted inserted replaced
12491:b3a91113026c 12813:c10ab96dcf41
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package java.awt.geom;
    26 package java.awt.geom;
       
    27 
       
    28 import javax.tools.annotation.GenerateNativeHeader;
    27 
    29 
    28 /**
    30 /**
    29  * The <code>PathIterator</code> interface provides the mechanism
    31  * The <code>PathIterator</code> interface provides the mechanism
    30  * for objects that implement the {@link java.awt.Shape Shape}
    32  * for objects that implement the {@link java.awt.Shape Shape}
    31  * interface to return the geometry of their boundary by allowing
    33  * interface to return the geometry of their boundary by allowing
    55  * @see java.awt.Shape
    57  * @see java.awt.Shape
    56  * @see java.awt.BasicStroke
    58  * @see java.awt.BasicStroke
    57  *
    59  *
    58  * @author Jim Graham
    60  * @author Jim Graham
    59  */
    61  */
       
    62 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    63 @GenerateNativeHeader
    60 public interface PathIterator {
    64 public interface PathIterator {
    61     /**
    65     /**
    62      * The winding rule constant for specifying an even-odd rule
    66      * The winding rule constant for specifying an even-odd rule
    63      * for determining the interior of a path.
    67      * for determining the interior of a path.
    64      * The even-odd rule specifies that a point lies inside the
    68      * The even-odd rule specifies that a point lies inside the