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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DCubicCurve2D.java244 public double getY2() { method in class:CubicCurve2D.Float
527 public double getY2() { method in class:CubicCurve2D.Double
683 public abstract double getY2(); method in class:CubicCurve2D
780 c.getCtrlX2(), c.getCtrlY2(), c.getX2(), c.getY2());
899 getCtrlX2(), getCtrlY2(), getX2(), getY2());
911 getCtrlX2(), getCtrlY2(), getX2(), getY2());
952 double y2 = src.getY2();
1418 double y2 = getY2();
1479 if (!(getX1() == getX2() && getY1() == getY2())) {
1484 getX2(), getY2());
[all...]
H A DLine2D.java150 public double getY2() { method in class:Line2D.Float
318 public double getY2() { method in class:Line2D.Double
421 public abstract double getY2(); method in class:Line2D
459 setLine(l.getX1(), l.getY1(), l.getX2(), l.getY2());
556 return relativeCCW(getX1(), getY1(), getX2(), getY2(), px, py);
573 return relativeCCW(getX1(), getY1(), getX2(), getY2(),
632 getX1(), getY1(), getX2(), getY2());
644 return linesIntersect(l.getX1(), l.getY1(), l.getX2(), l.getY2(),
645 getX1(), getY1(), getX2(), getY2());
771 return ptSegDistSq(getX1(), getY1(), getX2(), getY2(), p
[all...]
H A DQuadCurve2D.java189 public double getY2() { method in class:QuadCurve2D.Float
402 public double getY2() { method in class:QuadCurve2D.Double
525 public abstract double getY2(); method in class:QuadCurve2D
610 c.getX2(), c.getY2());
701 getX2(), getY2(),
714 getX2(), getY2(),
757 double y2 = src.getY2();
927 double y2 = getY2();
1142 double y2 = getY2();
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DShape.java106 public double getY2() { return y2; } method in class:Rectangle
139 public double getY2() { return y2; } method in class:Ellipse

Completed in 80 milliseconds