Uses of Enum
org.aesh.terminal.utils.ANSIBuilder.TextType
Packages that use ANSIBuilder.TextType
-
Uses of ANSIBuilder.TextType in org.aesh.terminal.utils
Methods in org.aesh.terminal.utils that return ANSIBuilder.TextTypeModifier and TypeMethodDescriptionstatic ANSIBuilder.TextTypeReturns the enum constant of this type with the specified name.static ANSIBuilder.TextType[]ANSIBuilder.TextType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.terminal.utils with parameters of type ANSIBuilder.TextTypeModifier and TypeMethodDescriptionANSIBuilder.textType(ANSIBuilder.TextType type) Sets the text type/style.