Method Summary |
|
public static SubstanceTheme | getColorizedTheme(Component component, SubstanceTheme theme, ColorizationSupport support) |
public static SubstanceTheme | getColorizedTheme(Component component, SubstanceTheme theme) |
public static SubstanceTheme | getConstantTheme(SubstanceTheme theme) |
public static SubstanceTheme | getDecorationTheme(Component component) |
public static float | getHighlightAlpha(Component component, ComponentState componentState) Returns the alpha channel of the highlight theme of the component.
Parameters: component - Component. Parameters: componentState - Component state. |
public static SubstanceTheme | getHighlightTheme(Component component, ComponentState componentState) Returns the highlight theme of the component.
Parameters: component - Component. Parameters: componentState - Component state. |
public static SubstanceTheme | getNonColorizedTheme(Component component, boolean toReturnCurrent) |
public static SubstanceTheme | getNonColorizedTheme(JTabbedPane jtp, int tabIndex) |
public static SubstanceTheme | getTheme(Component component) |
public static SubstanceTheme | getTheme(JTabbedPane jtp, int tabIndex, ComponentState componentState) |
public static SubstanceTheme | getTheme(Component component, ComponentState componentState) Returns the theme of the component.
Parameters: component - Component. Parameters: componentState - Component state. |
public static SubstanceTheme | getTheme(Component component, ComponentState componentState, boolean toIgnoreHighlights) Returns the theme of the component.
Parameters: component - Component. Parameters: componentState - Component state. |