Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fillGradient
Method · 0.95
paintComponentBackground
Method · 0.95
getInternal
Method · 0.95
run
Method · 0.95
paintImpl
Method · 0.95
requiresDrawImage
Method · 0.95
onPrepareOptionsMenu
Method · 0.95
paintComponentBackground
Method · 0.95
paintComponentBackground
Method · 0.95
save
Method · 0.95
saveAndKeepAspect
Method · 0.95
run
Method · 0.95
Calls
no outgoing calls
Tested by
1
testGetImage
Method · 0.76