public interface AliyunIPaint
Modifier and Type | Method and Description |
---|---|
android.graphics.Paint |
getPaint()
Gets a paint.
|
void |
setCurrentColor(int color)
Sets the color of the paint.
|
void |
setCurrentSize(float size)
Sets the size of the paint brush.
|
void |
setPaint(android.graphics.Paint paint)
Sets a paint.
|