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

Method getFgAlpha

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

Source from the content-addressed store, hash-verified

891 /// the foreground alpha for the component
892 ///
893 public int getFgAlpha() {
894 return fgAlpha;
895 }
896
897 /// Sets the foreground alpha for the component
898 ///

Callers 15

paintMethod · 0.95
setIconMethod · 0.95
setFontIconMethod · 0.95
paintMethod · 0.95
drawCheckBoxMethod · 0.95
drawRadioButtonMethod · 0.95
drawComboBoxMethod · 0.95
drawComponentMethod · 0.95
drawTextFieldCursorMethod · 0.95
paintMethod · 0.95
paintBackgroundMethod · 0.80
paintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected