Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setIcon
Method · 0.95
setFontIcon
Method · 0.95
paintAnimatedIndicator
Method · 0.95
setIcon
Method · 0.95
paint
Method · 0.95
drawCheckBox
Method · 0.95
drawRadioButton
Method · 0.95
drawComboBox
Method · 0.95
drawComponent
Method · 0.95
drawTextField
Method · 0.95
drawTextFieldCursor
Method · 0.95
modernIndicatorColor
Method · 0.95
Calls
no outgoing calls
Tested by
15
testMergeStyleRespectsModifiedStyles
Method · 0.76
testDarkStyleIsUsedAndInheritsBaseStyle
Method · 0.76
testDarkStyleSelectedInheritsSelectedBaseStyle
Method · 0.76
testDarkStyleCanOverrideImplicitInheritanceWithExplicitDerive
Method · 0.76
testFallsBackToRegularStyleWhenNoDarkStyleExists
Method · 0.76
testRefreshThemeAppliesDarkStyleAfterCachedLightLookup
Method · 0.76
testRefreshThemePreservesAppThemeCustomizationsAcrossDarkModeFlip
Method · 0.76
validateRepeatedCustomCssEditsDoNotBreakToggles
Method · 0.36
validateRecoveryAfterInvalidIntermediateCss
Method · 0.36
loadTextImage
Method · 0.36
loadTextImage
Method · 0.36
testTextFieldCaretColor
Method · 0.36