Uses of Enum Class
adalid.core.enums.LetterCase
Packages that use LetterCase
-
Uses of LetterCase in adalid.core
Methods in adalid.core that return LetterCaseMethods in adalid.core with parameters of type LetterCaseModifier and TypeMethodDescriptionstatic InstanceTagInstanceTag.of(Color backgroundColor, Color textColor, LetterCase letterCase) El método of construye una etiqueta con los colores especificados y la conversión de texto especificada.InstanceTag.setLetterCase(LetterCase letterCase) El método setLetterCase se utiliza para establecer el tipo de conversión del texto de la etiqueta personalizada. -
Uses of LetterCase in adalid.core.data.types
Methods in adalid.core.data.types that return LetterCaseMethods in adalid.core.data.types with parameters of type LetterCase -
Uses of LetterCase in adalid.core.enums
Methods in adalid.core.enums that return LetterCaseModifier and TypeMethodDescriptionstatic LetterCaseReturns the enum constant of this class with the specified name.static LetterCase[]LetterCase.values()Returns an array containing the constants of this enum class, in the order they are declared.