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

Method getFgColor

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

Source from the content-addressed store, hash-verified

872 ///
873 /// the foreground color for the component
874 public int getFgColor() {
875 return fgColor;
876 }
877
878 /// Sets the foreground color for the component
879 ///

Callers 15

setIconMethod · 0.95
setFontIconMethod · 0.95
setIconMethod · 0.95
paintMethod · 0.95
drawCheckBoxMethod · 0.95
drawRadioButtonMethod · 0.95
drawComboBoxMethod · 0.95
drawComponentMethod · 0.95
drawTextFieldMethod · 0.95
drawTextFieldCursorMethod · 0.95
modernIndicatorColorMethod · 0.95

Calls

no outgoing calls