Uses of Enum
org.aesh.terminal.formatting.CharacterType
Packages that use CharacterType
-
Uses of CharacterType in org.aesh.terminal.formatting
Subclasses with type arguments of type CharacterType in org.aesh.terminal.formattingModifier and TypeClassDescriptionenumDefine what kind of character type to displayMethods in org.aesh.terminal.formatting that return CharacterTypeModifier and TypeMethodDescriptionstatic CharacterTypeReturns the enum constant of this type with the specified name.static CharacterType[]CharacterType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.aesh.terminal.formatting with parameters of type CharacterTypeModifierConstructorDescriptionTerminalCharacter(char c, TerminalColor color, CharacterType type) Create a terminal character with the specified color and character type.Create a text style with the specified character type.