Uses of Enum Class
org.jline.terminal.impl.DoubleSizeCharacters.Mode
Packages that use DoubleSizeCharacters.Mode
-
Uses of DoubleSizeCharacters.Mode in org.jline.terminal.impl
Methods in org.jline.terminal.impl that return DoubleSizeCharacters.ModeModifier and TypeMethodDescriptionstatic DoubleSizeCharacters.ModeReturns the enum constant of this class with the specified name.static DoubleSizeCharacters.Mode[]DoubleSizeCharacters.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.terminal.impl with parameters of type DoubleSizeCharacters.ModeModifier and TypeMethodDescriptionstatic voidDoubleSizeCharacters.setMode(Terminal terminal, DoubleSizeCharacters.Mode mode) Sets the double-size character mode for the current line.