Uses of Enum
org.aesh.terminal.formatting.CharacterType
Packages that use CharacterType
-
Uses of CharacterType in org.aesh.terminal.formatting
Methods 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.