Returns the current animation speed in frames per second.
()
| 400 | |
| 401 | /** Returns the current animation speed in frames per second. */ |
| 402 | public static double getFrameRate() { |
| 403 | return animationRate; |
| 404 | } |
| 405 | |
| 406 | } |
no outgoing calls
no test coverage detected