Enum Class ColorSchemeSelection
java.lang.Object
java.lang.Enum<ColorSchemeSelection>
de.pirckheimer_gymnasium.engine_pi.resources.ColorSchemeSelection
- All Implemented Interfaces:
Serializable,Comparable<ColorSchemeSelection>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionhttps://m2.material.io/design/color/the-color-system.html#tools-for-picking-colorsEin Farbschema nach den Farben der GNOME Human Interface Guidelines.https://developer.apple.com/design/human-interface-guidelines/colorEin Farbschema, das einige vordefinierten statischen Farbattribute der Java-Color-Klasse verwendet. -
Method Summary
Modifier and TypeMethodDescriptionstatic ColorSchemeSelectionReturns the enum constant of this class with the specified name.static ColorSchemeSelection[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GNOME
Ein Farbschema nach den Farben der GNOME Human Interface Guidelines. -
JAVA
Ein Farbschema, das einige vordefinierten statischen Farbattribute der Java-Color-Klasse verwendet. -
ANDROID
https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors -
IOS
https://developer.apple.com/design/human-interface-guidelines/color
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getScheme
-