MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / Image

Method Image

CodenameOne/src/com/codename1/ui/Image.java:86–89  ·  view source on GitHub ↗
(Object image)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 2

isAnimationMethod · 0.45
createImageMethod · 0.45

Tested by

no test coverage detected