(float amplitude, float period)
| 259 | */ |
| 260 | class ElasticIn extends Elastic { |
| 261 | public ElasticIn(float amplitude, float period) { |
| 262 | super(amplitude, period); |
| 263 | } |
| 264 | |
| 265 | public ElasticIn() { |
| 266 | super(); |
nothing calls this directly
no outgoing calls
no test coverage detected