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

/frameworks/base/awt/java/awt/geom/
H A DPoint2D.java27 * The Class Point2D represents a point whose data is given in high-precision
32 public abstract class Point2D implements Cloneable { class in inherits:Cloneable
35 * The Class Float is the subclass of Point2D that has all of its data
40 public static class Float extends Point2D {
53 * Instantiates a new float-valued Point2D with its data set to zero.
59 * Instantiates a new float-valued Point2D with the specified
108 * The Class Double is the subclass of Point2D that has all of its data
113 public static class Double extends Point2D {
126 * Instantiates a new double-valued Point2D with its data set to zero.
132 * Instantiates a new double-valued Point2D wit
170 protected Point2D() { method in class:Point2D
[all...]

Completed in 48 milliseconds