Class Theme
- java.lang.Object
-
- com.djrapitops.plan.settings.theme.Theme
-
-
Constructor Summary
Constructors Constructor Description Theme(PlanFiles files, PlanConfig config, net.playeranalytics.plugin.server.PluginLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disable()
Performs disable actions for the subsystemvoid
enable()
Performs enable actions for the subsystem.java.lang.String[]
getPieColors(ThemeVal variable)
java.lang.String
getValue(ThemeVal variable)
java.lang.String
replaceThemeColors(java.lang.String resourceString)
-
-
-
Constructor Detail
-
Theme
@Inject public Theme(PlanFiles files, PlanConfig config, net.playeranalytics.plugin.server.PluginLogger logger)
-
-
Method Detail
-
getValue
public java.lang.String getValue(ThemeVal variable)
-
getPieColors
public java.lang.String[] getPieColors(ThemeVal variable)
-
enable
public void enable()
Description copied from interface:SubSystem
Performs enable actions for the subsystem.
-
disable
public void disable()
Description copied from interface:SubSystem
Performs disable actions for the subsystem
-
replaceThemeColors
public java.lang.String replaceThemeColors(java.lang.String resourceString)
-
-