Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ setBgImage
Method
setBgImage
CodenameOne/src/com/codename1/ui/plaf/Style.java:703–705 ·
view source on GitHub ↗
(Image bgImage)
Source
from the content-addressed store, hash-verified
701
///
702
/// - `bgImage`: background image
703
public
void
setBgImage(Image bgImage) {
704
setBgImage(bgImage, false);
705
}
706
707
/// The type of the background defaults to BACKGROUND_IMAGE_SCALED
708
///
Callers
8
paint
Method · 0.95
paint
Method · 0.95
createStyle
Method · 0.95
merge
Method · 0.95
start
Method · 0.95
buildSampleForm
Method · 0.95
testPaint
Method · 0.95
handleImage
Method · 0.45
Calls
1
firePropertyChanged
Method · 0.95
Tested by
2
buildSampleForm
Method · 0.76
testPaint
Method · 0.76