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

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java24 * Any Shape can be drawn to a Canvas with its own draw() method,
28 public abstract class Shape implements Cloneable { class in inherits:Cloneable
33 * Returns the width of the Shape.
40 * Returns the height of the Shape.
79 * Checks whether the Shape is opaque.
91 * @param width the new width of the Shape
92 * @param height the new height of the Shape
97 public Shape clone() throws CloneNotSupportedException {
98 return (Shape) super.clone();

Completed in 153 milliseconds