public class RoundedRectangleDrawer
| Modifier and Type | Class and Description |
|---|---|
static class |
RoundedRectangleDrawer.Companion |
| Modifier and Type | Field and Description |
|---|---|
static RoundedRectangleDrawer.Companion |
Companion |
| Constructor and Description |
|---|
RoundedRectangleDrawer() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(android.graphics.RectF rect,
kotlin.jvm.functions.Function0<? extends android.graphics.Paint> borderPaint,
kotlin.jvm.functions.Function0<? extends android.graphics.Paint> fillPaint,
float radius,
android.graphics.Canvas canvas) |
public static RoundedRectangleDrawer.Companion Companion
public void draw(@NotNull
android.graphics.RectF rect,
@NotNull
kotlin.jvm.functions.Function0<? extends android.graphics.Paint> borderPaint,
@NotNull
kotlin.jvm.functions.Function0<? extends android.graphics.Paint> fillPaint,
float radius,
@NotNull
android.graphics.Canvas canvas)