(float value)
| 30 | } |
| 31 | |
| 32 | public Animate setValue(float value) { |
| 33 | this.value = value; |
| 34 | return this; |
| 35 | } |
| 36 | public Animate setMin(float min) { |
| 37 | this.min = min; |
| 38 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected