Lines Matching full:gety
169 this.y = (float)bounds.getY();
182 public double getY() {
348 this.y = bounds.getY();
361 public double getY() {
542 this.y = a.getY() + height;
794 return new Point2D.Double(getX() + (1.0 + Math.cos(a)) * getWidth() / 2.0, getY()
805 return new Point2D.Double(getX() + (1.0 + Math.cos(a)) * getWidth() / 2.0, getY()
811 return makeBounds(getX(), getY(), getWidth(), getHeight());
814 double ry1 = getY();
822 double by1 = containsAngle(90.0) ? ry1 : Math.min(p1.getY(), p2.getY());
824 double by2 = containsAngle(270.0) ? ry2 : Math.max(p1.getY(), p2.getY());
858 setArc(point.getX(), point.getY(), size.getWidth(), size.getHeight(), start, extent, type);
875 setArc(rect.getX(), rect.getY(), rect.getWidth(), rect.getHeight(), start, extent, type);
885 setArc(arc.getX(), arc.getY(), arc.getWidth(), arc.getHeight(), arc.getAngleStart(), arc
935 double a1 = -Math.atan2(p1.getY() - p2.getY(), p1.getX() - p2.getX());
936 double a2 = -Math.atan2(p3.getY() - p2.getY(), p3.getX() - p2.getX());
941 double y = p2.getY() - d * Math.sin(am);
960 double angle = Math.atan2(point.getY() - getCenterY(), point.getX() - getCenterX());
1010 setAngles(p1.getX(), p1.getY(), p2.getX(), p2.getY());
1055 double ny = (py - getY()) / getHeight() - 0.5;
1104 return !r.intersectsLine(cx, cy, p1.getX(), p1.getY())
1105 && !r.intersectsLine(cx, cy, p2.getX(), p2.getY());
1110 return contains(rect.getX(), rect.getY(), rect.getWidth(), rect.getHeight());
1137 if (r.intersectsLine(p1.getX(), p1.getY(), cx, cy)
1138 || r.intersectsLine(p2.getX(), p2.getY(), cx, cy)) {
1142 if (r.intersectsLine(p1.getX(), p1.getY(), p2.getX(), p2.getY())) {