Uses of Enum Class
org.jline.terminal.impl.TerminalGraphics.Protocol
Packages that use TerminalGraphics.Protocol
-
Uses of TerminalGraphics.Protocol in org.jline.terminal.impl
Methods in org.jline.terminal.impl that return TerminalGraphics.ProtocolModifier and TypeMethodDescriptionstatic TerminalGraphics.ProtocolTerminalGraphicsManager.getForcedProtocol()Gets the forced protocol, if any.ITerm2Graphics.getProtocol()KittyGraphics.getProtocol()SixelGraphics.getProtocol()TerminalGraphics.getProtocol()Gets the graphics protocol type supported by this implementation.static TerminalGraphics.ProtocolReturns the enum constant of this class with the specified name.static TerminalGraphics.Protocol[]TerminalGraphics.Protocol.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 TerminalGraphics.ProtocolModifier and TypeMethodDescriptionstatic voidTerminalGraphicsManager.forceProtocol(TerminalGraphics.Protocol protocol) Forces the use of a specific graphics protocol, overriding automatic detection.