static java.awt.Color |
RadianceColorUtilities.getBackgroundFillColor(java.awt.Component component,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
Returns the background fill color of the specified component.
|
static ContainerColorTokens |
CoreColorTokenUtils.getContainerTokens(java.awt.Component component,
ComponentState componentState,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
|
static ContainerColorTokens |
CoreColorTokenUtils.getContainerTokens(java.awt.Component component,
RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind,
ComponentState componentState,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
Returns the color tokens of the component.
|
static ContainerColorTokens |
CoreColorTokenUtils.getContainerTokens(java.awt.Component component,
RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind,
ComponentState componentState,
CoreColorTokenUtils.ContainerType inactiveContainerType,
boolean skipFlatCheck) |
Returns the color tokens of the component.
|
static javax.swing.Icon |
RadianceCoreUtilities.getFilteredIcon(javax.swing.JComponent comp,
javax.swing.Icon orig,
ComponentState componentState,
java.awt.Color textColor,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
|
static javax.swing.Icon |
RadianceCoreUtilities.getFilteredIcon(javax.swing.JTabbedPane tab,
javax.swing.Icon orig,
ComponentState componentState,
java.awt.Color textColor,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
|
static float |
RadianceColorUtilities.getForegroundAlpha(java.awt.Component component,
StateTransitionTracker.ModelStateInfo modelStateInfo,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
|
static java.awt.Color |
RadianceColorUtilities.getForegroundColor(java.awt.Component component,
StateTransitionTracker.ModelStateInfo modelStateInfo,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
Returns the foreground text color of the specified component.
|
static java.awt.Color |
RadianceTextUtilities.getForegroundColor(javax.swing.JComponent component,
java.lang.String text,
StateTransitionTracker.ModelStateInfo modelStateInfo,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
Returns the foreground color for the specified component.
|
static java.awt.Color |
RadianceTextUtilities.getForegroundColor(javax.swing.JComponent component,
ComponentState state,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
Returns the foreground color for the specified component.
|
static java.awt.Color |
RadianceColorUtilities.getForegroundVariantColor(java.awt.Component component,
StateTransitionTracker.ModelStateInfo modelStateInfo,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
|
static float |
RadianceColorUtilities.getMenuComponentForegroundAlpha(javax.swing.JMenuItem menuComponent,
StateTransitionTracker.ModelStateInfo modelStateInfo,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
|
static java.awt.Color |
RadianceColorUtilities.getMenuComponentForegroundColor(javax.swing.JMenuItem menuComponent,
StateTransitionTracker.ModelStateInfo modelStateInfo,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
Returns the foreground text color of the specified menu component.
|
static java.awt.Color |
RadianceTextUtilities.paintText(java.awt.Graphics g,
javax.swing.AbstractButton button,
java.awt.Rectangle textRect,
java.lang.String text,
int mnemonicIndex,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
Paints the text of the specified button.
|
static java.awt.Color |
RadianceTextUtilities.paintText(java.awt.Graphics g,
javax.swing.JComponent component,
java.awt.Rectangle textRect,
java.lang.String text,
int mnemonicIndex,
ComponentState state,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
Paints the specified text.
|
static java.awt.Color |
RadianceTextUtilities.paintText(java.awt.Graphics g,
javax.swing.JComponent component,
java.awt.Rectangle textRect,
java.lang.String text,
int mnemonicIndex,
StateTransitionTracker.ModelStateInfo modelStateInfo,
CoreColorTokenUtils.ContainerType inactiveContainerType) |
|