()
| 29 | } |
| 30 | |
| 31 | public void fetch() { |
| 32 | if (!ImageCache.getInstance().imageKeyFileExists(key)) { |
| 33 | fetcher.fetchImage(key, this); |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | public Texture getImage() { |
| 38 | return ImageCache.getInstance().getImage(key, true); |
no test coverage detected