(float x)
| 1557 | } |
| 1558 | |
| 1559 | public float adjustX(float x) { |
| 1560 | return x + bounds.x; |
| 1561 | } |
| 1562 | |
| 1563 | public float adjustY(float y, float height) { |
| 1564 | return regionHeight - y - bounds.y - height; //flip y-axis |
no outgoing calls
no test coverage detected