Searched refs:Ellipse2D (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/awt/java/awt/geom/
H A DEllipse2D.java29 * The Class Ellipse2D describes an ellipse defined by a rectangular area in
34 public abstract class Ellipse2D extends RectangularShape { class in inherits:RectangularShape
37 * The Class Float is the subclass of Ellipse2D that has all of its data
42 public static class Float extends Ellipse2D {
67 * Instantiates a new float-valued Ellipse2D.
73 * Instantiates a new float-valued Ellipse2D with the specified data.
150 * The Class Double is the subclass of Ellipse2D that has all of its data
155 public static class Double extends Ellipse2D {
180 * Instantiates a new double-valued Ellipse2D.
186 * Instantiates a new double-valued Ellipse2D wit
409 protected Ellipse2D() { method in class:Ellipse2D
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath.java21 import java.awt.geom.Ellipse2D;
448 Ellipse2D ovalShape = new Ellipse2D.Float(oval.left, oval.top, oval.width(), oval.height());
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DCommonGraphics2D.java53 import java.awt.geom.Ellipse2D;
560 draw(new Ellipse2D.Float(x, y, width, height));
743 fill(new Ellipse2D.Float(x, y, width, height));

Completed in 223 milliseconds