| public static DrawStyle |
| stroke(int argb) |
| method_75535(int arg0) |
| stroked(int stroke) |
|
| public static DrawStyle |
| stroke(int argb, float width) |
| method_75536(int arg0, float arg1) |
| stroked(int stroke, float strokeWidth) |
|
| public static DrawStyle |
| fill(int argb) |
| method_75539(int arg0) |
| filled(int fill) |
|
| public static DrawStyle |
| strokeAndFill(int stroke, float strokeWidth, int fill) |
| method_75537(int arg0, float arg1, int arg2) |
| filledAndStroked(int stroke, float strokeWidth, int fill) |
|
| public boolean |
| hasFill() |
| method_75534() |
| hasFill() |
|
| public boolean |
| hasStroke() |
| method_75538() |
| hasStroke() |
|
| public int |
| multipliedStroke(float alphaMultiplier) |
| method_75853(float arg0) |
| stroke(float opacity) |
|
| public int |
| multipliedFill(float alphaMultiplier) |
| method_75854(float arg0) |
| fill(float opacity) |
|
| public int |
| stroke() |
| comp_5100() |
| stroke() |
|
| public float |
| strokeWidth() |
| comp_5101() |
| strokeWidth() |
|
| public int |
| fill() |
| comp_5102() |
| fill() |
|