public class BorderShape extends Shape
BorderShape(RectF border)
BorderShape(RectF border, float dashWidth, float dashGap)
void
draw(Canvas canvas, Paint paint)
RectF
getBorder(RectF border)
setBorder(RectF border)
clone, getHeight, getOutline, getWidth, hasAlpha, onResize, resize
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BorderShape(RectF border)
public BorderShape(RectF border, float dashWidth, float dashGap)
public void setBorder(RectF border)
public RectF getBorder(RectF border)
public void draw(Canvas canvas, Paint paint)
draw
Shape