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

Method getImage

CodenameOne/src/com/codename1/ui/Image.java:1903–1905  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1901 ///
1902 /// platform specific native implementation for this image object
1903 public Object getImage() {
1904 return image;
1905 }
1906
1907 void setImage(Object image) {
1908 this.image = image;

Callers 15

fillGradientMethod · 0.95
getInternalMethod · 0.95
runMethod · 0.95
paintImplMethod · 0.95
requiresDrawImageMethod · 0.95
onPrepareOptionsMenuMethod · 0.95
saveMethod · 0.95
saveAndKeepAspectMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by 1

testGetImageMethod · 0.76