cleanup: canvas Paint
This commit is contained in:
@@ -44,16 +44,8 @@ public interface Paint {
|
||||
|
||||
int getColor();
|
||||
|
||||
int getTextHeight(String text);
|
||||
|
||||
int getTextWidth(String text);
|
||||
|
||||
void setBitmapShader(Bitmap bitmap);
|
||||
|
||||
void setColor(int color);
|
||||
|
||||
void setDashPathEffect(float[] strokeDasharray);
|
||||
|
||||
void setStrokeCap(Cap cap);
|
||||
|
||||
void setStrokeWidth(float width);
|
||||
|
||||
Reference in New Issue
Block a user