/[classpath]/classpath/java/awt/geom/QuadCurve2D.java
ViewVC logotype

Diff of /classpath/java/awt/geom/QuadCurve2D.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by brawer, Thu Oct 23 10:15:42 2003 UTC revision 1.9 by brawer, Thu Oct 23 10:32:06 2003 UTC
# Line 592  public abstract class QuadCurve2D Line 592  public abstract class QuadCurve2D
592     * Determines whether a point lies inside the area that is bounded     * Determines whether a point lies inside the area that is bounded
593     * by the curve and the straight line connecting its end points.     * by the curve and the straight line connecting its end points.
594     *     *
595     * <p><img src="QuadCurve2D-5.png" width="350" height="180"     * <p><img src="doc-files/QuadCurve2D-5.png" width="350" height="180"
596     * alt="A drawing of the area spanned by the curve" />     * alt="A drawing of the area spanned by the curve" />
597     *     *
598     * <p>The above drawing illustrates in which area points are     * <p>The above drawing illustrates in which area points are
599     * considered &#x2013;contained&#x2014; in a QuadCurve2D.     * considered &#x201c;contained&#x201d; in a QuadCurve2D.
600     */     */
601    public boolean contains(double x, double y)    public boolean contains(double x, double y)
602    {    {
# Line 609  public abstract class QuadCurve2D Line 609  public abstract class QuadCurve2D
609     * Determines whether a point lies inside the area that is bounded     * Determines whether a point lies inside the area that is bounded
610     * by the curve and the straight line connecting its end points.     * by the curve and the straight line connecting its end points.
611     *     *
612     * <p><img src="QuadCurve2D-5.png" width="350" height="180"     * <p><img src="doc-files/QuadCurve2D-5.png" width="350" height="180"
613     * alt="A drawing of the area spanned by the curve" />     * alt="A drawing of the area spanned by the curve" />
614     *     *
615     * <p>The above drawing illustrates in which area points are     * <p>The above drawing illustrates in which area points are
616     * considered &#x2013;contained&#x2014; in a QuadCurve2D.     * considered &#x201c;contained&#x201d; in a QuadCurve2D.
617     */     */
618    public boolean contains(Point2D p)    public boolean contains(Point2D p)
619    {    {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26