()
| 61 | public float getValue() { return value; } |
| 62 | public float getMin() { return min; } |
| 63 | public float getMax() { return max; } |
| 64 | public float getSpeed() { return speed; } |
| 65 | public boolean isReversed() { return reversed; } |
| 66 | public Easing getEase() { return ease; } |
nothing calls this directly
no outgoing calls
no test coverage detected