android.graphics.drawable.shapes.RectShape
Known Direct Subclasses
Summary
Public Constructors
Public Methods
Protected Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
Public Methods
public
void
draw(Canvas canvas, Paint paint)
Draw this shape (sized by a previous call to resize()) into the provided
canvas and paint.
public
void
resize(int width, int height)
Resize this shape (as the subclass sees fit) based on the provided width
and height.
Protected Methods
protected
final
RectF
rect()