classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Geom classes


From: Sven de Marothy
Subject: [cp-patches] Geom classes
Date: Mon, 23 Aug 2004 06:44:01 +0200

Here's a patch for the remaining unimplemented parts of java.awt.geom,
with the exception of Area, which will be along in a day or two. David
Gilbert supplied the nice fix for linesIntersect().

2004-08-23 Sven de Marothy <address@hidden>
        * java/awt/geom/Arc2D.java
        Reformatted.
        setArc(): Correct documentation to say 'upper left corner'.
        (setArcByTangent,contains,intersects): Implemented.
        (containsAngle): Corrected to handle negative extents.
        ArcIterator: Set to private.
        ArcIterator: Corrected for CHORD-type arcs, negative extents.
        * java/awt/geom/Ellipse2D.java
        Documented.
        (contains,intersects): Implemented.
        * java/awt/geom/Line2D.java
        (linesIntersect): Correct handling of special cases.

Attachment: geom.txt
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]