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

Method setBgColor

CodenameOne/src/com/codename1/ui/plaf/Style.java:685–687  ·  view source on GitHub ↗
(int bgColor)

Source from the content-addressed store, hash-verified

683 ///
684 /// - `bgColor`: RRGGBB color that ignors the alpha component
685 public void setBgColor(int bgColor) {
686 setBgColor(bgColor, false);
687 }
688
689 /// Background image for the component
690 ///

Callers 15

showOnTopSidemenuImplMethod · 0.95
createStyleMethod · 0.95
mergeMethod · 0.95
updatePropertyPanelMethod · 0.95
prepareCaptureMethod · 0.95
buildContainerMethod · 0.95
buildContainerMethod · 0.95
prepareCaptureMethod · 0.95
makeHeaderMethod · 0.95
buildSourceFormMethod · 0.95
buildDestFormMethod · 0.95

Calls 1

firePropertyChangedMethod · 0.95

Tested by 15

prepareCaptureMethod · 0.76
buildContainerMethod · 0.76
buildContainerMethod · 0.76
prepareCaptureMethod · 0.76
makeHeaderMethod · 0.76
buildSourceFormMethod · 0.76
buildDestFormMethod · 0.76
styleFormMethod · 0.76
runTestMethod · 0.76
buildSourceFormMethod · 0.76
buildDestFormMethod · 0.76
prepareCaptureMethod · 0.76