Searched defs:Point2D (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPoint2D.java31 * The <code>Point2D</code> class defines a point representing a location
42 public abstract class Point2D implements Cloneable { class in inherits:Cloneable
49 public static class Float extends Point2D implements Serializable {
51 * The X coordinate of this <code>Point2D</code>.
58 * The Y coordinate of this <code>Point2D</code>.
65 * Constructs and initializes a <code>Point2D</code> with
73 * Constructs and initializes a <code>Point2D</code> with
77 * constructed <code>Point2D</code>
79 * constructed <code>Point2D</code>
113 * Sets the location of this <code>Point2D</cod
237 protected Point2D() { method in class:Point2D
[all...]

Completed in 31 milliseconds