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

Method getBgColor

CodenameOne/src/com/codename1/ui/plaf/Style.java:676–678  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

674 ///
675 /// the background color for the component
676 public int getBgColor() {
677 return bgColor;
678 }
679
680 /// Sets the background color for the component
681 ///

Callers 15

paintBackgroundMethod · 0.95
setIconMethod · 0.95
setFontIconMethod · 0.95
paintMethod · 0.95
paintMethod · 0.95
paintMethod · 0.95
drawCheckBoxMethod · 0.95
drawComboBoxMethod · 0.95
drawComponentMethod · 0.95
drawTextFieldMethod · 0.95
paintRoundedBorderMethod · 0.95
paintMethod · 0.95

Calls

no outgoing calls