Package foundry.veil.api.client.color
Class ColorTheme
java.lang.Object
foundry.veil.api.client.color.ColorTheme
Deprecated.
A color theme is a collection of colors. The colors can be accessed by name. Themes are intended to be used for color schemes.
A color theme can be used to apply a color scheme to a Tooltippable
tooltip.
Themes can also be used to hold arbitrary color data mapped to strings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.void
addProperty
(IThemeProperty<?> property) Deprecated.void
addProperty
(@Nullable String name, IThemeProperty<?> property) Deprecated.void
clear()
Deprecated.void
Deprecated.@Nullable Object
getAndCastProperty
(@Nullable String name) Deprecated.getColor()
Deprecated.Deprecated.Deprecated.Deprecated.getNames()
Deprecated.@Nullable IThemeProperty
<?> getProperty
(@Nullable String name) Deprecated.void
Deprecated.void
removeColor
(@Nullable String name) Deprecated.void
removeProperty
(@Nullable String name) Deprecated.
-
Field Details
-
DEFAULT
Deprecated.
-
-
Constructor Details
-
ColorTheme
public ColorTheme()Deprecated. -
ColorTheme
Deprecated.
-
-
Method Details
-
addProperty
Deprecated. -
addProperty
Deprecated. -
getAndCastProperty
Deprecated. -
getProperty
Deprecated. -
removeProperty
Deprecated. -
clearProperties
public void clearProperties()Deprecated. -
addColor
Deprecated. -
addColor
Deprecated. -
getColor
Deprecated. -
getColor
Deprecated. -
removeColor
Deprecated. -
removeColor
public void removeColor()Deprecated. -
clear
public void clear()Deprecated. -
getNames
Deprecated. -
getColors
Deprecated. -
getColorsMap
Deprecated.
-