(Object image)
| 84 | /// |
| 85 | /// - `image`: native image object passed to the Codename One implementation |
| 86 | protected Image(Object image) { |
| 87 | this.image = image; |
| 88 | animated = Display.impl.isAnimation(image); |
| 89 | } |
| 90 | |
| 91 | /// Creates a new instance of ImageImpl |
| 92 | Image(int[] imageArray, int w, int h) { |
nothing calls this directly
no test coverage detected