Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paint
Method · 0.95
setIcon
Method · 0.95
setFontIcon
Method · 0.95
paint
Method · 0.95
drawCheckBox
Method · 0.95
drawRadioButton
Method · 0.95
drawComboBox
Method · 0.95
drawComponent
Method · 0.95
drawTextFieldCursor
Method · 0.95
paint
Method · 0.95
paintBackground
Method · 0.80
paint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected