Get the width of the drawing area (not necessarily the shape boundary).
()
| 497 | * Get the width of the drawing area (not necessarily the shape boundary). |
| 498 | */ |
| 499 | public float getWidth() { |
| 500 | //checkBounds(); |
| 501 | return width; |
| 502 | } |
| 503 | |
| 504 | |
| 505 | /** |
no outgoing calls
no test coverage detected