(float y, float height)
| 1561 | } |
| 1562 | |
| 1563 | public float adjustY(float y, float height) { |
| 1564 | return regionHeight - y - bounds.y - height; //flip y-axis |
| 1565 | } |
| 1566 | |
| 1567 | public Color borderLining(String c) { |
| 1568 | if (c == null || "".equals(c)) |
no outgoing calls
no test coverage detected