android.graphics.drawable.shapes
Class RoundRectShape
java.lang.Object
android.graphics.drawable.shapes.Shape
android.graphics.drawable.shapes.RectShape
android.graphics.drawable.shapes.RoundRectShape
- All Implemented Interfaces:
- Cloneable
public class RoundRectShape
- extends RectShape
Methods inherited from class android.graphics.drawable.shapes.RectShape |
rect |
RoundRectShape
public RoundRectShape(float[] outerRadii,
RectF inset,
float[] innerRadii)
draw
public void draw(Canvas canvas,
Paint paint)
- Overrides:
draw
in class RectShape
onResize
protected void onResize(float w,
float h)
- Overrides:
onResize
in class RectShape
clone
public RoundRectShape clone()
throws CloneNotSupportedException
- Overrides:
clone
in class RectShape
- Throws:
CloneNotSupportedException
Copyright © 2008-2012. All Rights Reserved.