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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DLine2D.java33 * This <code>Line2D</code> represents a line segment in {@code (x,y)}
49 public abstract class Line2D implements Shape, Cloneable { class in inherits:Shape,Cloneable
55 public static class Float extends Line2D implements Serializable {
104 * Constructs and initializes a <code>Line2D</code> from the
174 * Sets the location of the end points of this <code>Line2D</code>
222 public static class Double extends Line2D implements Serializable {
259 * Constructs and initializes a <code>Line2D</code> from the
272 * Constructs and initializes a <code>Line2D</code> from the
377 * @see java.awt.geom.Line2D.Float
378 * @see java.awt.geom.Line2D
381 protected Line2D() { method in class:Line2D
[all...]

Completed in 29 milliseconds