Package org.jetbrains.jewel.foundation
Class GlobalColors
-
- All Implemented Interfaces:
public final class GlobalColors
-
-
Field Summary
Fields Modifier and Type Field Description private final BorderColorsbordersprivate final OutlineColorsoutlinesprivate final TextColorstextprivate final <Error class: unknown class>panelBackground
-
Constructor Summary
Constructors Constructor Description GlobalColors(BorderColors borders, OutlineColors outlines, TextColors text, <Error class: unknown class> panelBackground)
-
Method Summary
Modifier and Type Method Description final BorderColorsgetBorders()final OutlineColorsgetOutlines()final TextColorsgetText()final <Error class: unknown class>getPanelBackground()Booleanequals(Object other)IntegerhashCode()StringtoString()-
-
Constructor Detail
-
GlobalColors
GlobalColors(BorderColors borders, OutlineColors outlines, TextColors text, <Error class: unknown class> panelBackground)
-
-
Method Detail
-
getBorders
final BorderColors getBorders()
-
getOutlines
final OutlineColors getOutlines()
-
getText
final TextColors getText()
-
getPanelBackground
final <Error class: unknown class> getPanelBackground()
-
-
-
-