equal
deleted
inserted
replaced
679 * serialization of subclasses. |
679 * serialization of subclasses. |
680 * |
680 * |
681 * @see java.awt.geom.Arc2D.Float |
681 * @see java.awt.geom.Arc2D.Float |
682 * @see java.awt.geom.Arc2D.Double |
682 * @see java.awt.geom.Arc2D.Double |
683 */ |
683 */ |
684 Arc2D() { |
684 protected Arc2D() { |
685 this(OPEN); |
685 this(OPEN); |
686 } |
686 } |
687 |
687 |
688 /** |
688 /** |
689 * This is an abstract class that cannot be instantiated directly. |
689 * This is an abstract class that cannot be instantiated directly. |