Lines Matching defs:Arc2D

31  * <CODE>Arc2D</CODE> is the abstract superclass for all objects that
56 public abstract class Arc2D extends RectangularShape {
85 public static class Float extends Arc2D implements Serializable {
212 * <a href="Arc2D.html#inscribes">partially inscribes</a>
224 * <a href="Arc2D.html#inscribes">partially inscribes</a>
236 * <a href="Arc2D.html#inscribes">partially inscribes</a>
248 * <a href="Arc2D.html#inscribes">partially inscribes</a>
330 * indicating the arc type of this <code>Arc2D</code>
352 * indicating the arc type of this <code>Arc2D</code>
380 public static class Double extends Arc2D implements Serializable {
505 * <a href="Arc2D.html#inscribes">partially inscribes</a>
517 * <a href="Arc2D.html#inscribes">partially inscribes</a>
529 * <a href="Arc2D.html#inscribes">partially inscribes</a>
541 * <a href="Arc2D.html#inscribes">partially inscribes</a>
622 * indicating the arc type of this <code>Arc2D</code>
644 * indicating the arc type of this <code>Arc2D</code>
681 * @see java.awt.geom.Arc2D.Float
682 * @see java.awt.geom.Arc2D.Double
684 protected Arc2D() {
697 * @see java.awt.geom.Arc2D.Float
698 * @see java.awt.geom.Arc2D.Double
701 protected Arc2D(int type) {
832 * @param a The <CODE>Arc2D</CODE> to use to set the arc's values.
835 public void setArc(Arc2D a) {
1025 * <a href="Arc2D.html#inscribes">partially inscribes</a>
1036 * rectangle contains only the part of this <code>Arc2D</code> that is
1038 * wedge, if this <code>Arc2D</code> has a <code>PIE</code> closure type.
1043 * enclosing ellipse of this <code>Arc2D</code> without considering
1044 * the starting and ending angles of this <code>Arc2D</code>.
1412 * <code>Arc2D</code> guarantees that
1429 * Returns the hashcode for this <code>Arc2D</code>.
1430 * @return the hashcode for this <code>Arc2D</code>.
1446 * equal to this <code>Arc2D</code>. The specified
1447 * <code>Object</code> is equal to this <code>Arc2D</code>
1448 * if it is an instance of <code>Arc2D</code> and if its
1450 * <code>Arc2D</code>.
1452 * <code>Arc2D</code>.
1454 * of <code>Arc2D</code> and has the same values;
1462 if (obj instanceof Arc2D) {
1463 Arc2D a2d = (Arc2D) obj;