Get the height of the drawing area (not necessarily the shape boundary).
()
| 506 | * Get the height of the drawing area (not necessarily the shape boundary). |
| 507 | */ |
| 508 | public float getHeight() { |
| 509 | //checkBounds(); |
| 510 | return height; |
| 511 | } |
| 512 | |
| 513 | |
| 514 | /** |
no outgoing calls
no test coverage detected