java.lang.Object
technology.sola.engine.graphics.gui.style.theme.DefaultThemeBuilder
@NullMarked
public class DefaultThemeBuilder
extends Object
DefaultThemeBuilder contains methods for creating default
GuiTheme
s that can then be further customized.
-
Method Summary
Builds a new
GuiTheme
instance that has darker colors.
Builds a new
GuiTheme
instance that has lighter colors.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
buildLightTheme
public static GuiTheme buildLightTheme()
Builds a new
GuiTheme
instance that has lighter colors.
- Returns:
- a default light theme
-
buildDarkTheme
Builds a new
GuiTheme
instance that has darker colors.
- Returns:
- a default dark theme