MCPcopy 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

paintMethod · 0.95
paintMethod · 0.95
createStyleMethod · 0.95
mergeMethod · 0.95
startMethod · 0.95
buildSampleFormMethod · 0.95
testPaintMethod · 0.95
handleImageMethod · 0.45

Calls 1

firePropertyChangedMethod · 0.95

Tested by 2

buildSampleFormMethod · 0.76
testPaintMethod · 0.76