Uses of Enum
org.aesh.terminal.image.ImageProtocol
Packages that use ImageProtocol
-
Uses of ImageProtocol in org.aesh.terminal
Methods in org.aesh.terminal that return ImageProtocolModifier and TypeMethodDescriptiondefault ImageProtocolDevice.getImageProtocol()Get the image protocol supported by this device.default ImageProtocolConnection.queryImageProtocol(long timeoutMs) Query the terminal for its image protocol support. -
Uses of ImageProtocol in org.aesh.terminal.image
Methods in org.aesh.terminal.image that return ImageProtocolModifier and TypeMethodDescriptionstatic ImageProtocolImageProtocolDetector.checkEnvironment()Check environment variables to detect image protocol support.static ImageProtocolImageProtocolDetector.detect(DeviceAttributes attrs, String termType) Detect the image protocol using both device attributes and terminal type.static ImageProtocolImageProtocolDetector.detectFromEnvironment()Detect image protocol from the current terminal environment.static ImageProtocolImageProtocolDetector.detectFromTermType(String termType) Detect the image protocol based on the terminal type string.static ImageProtocolTerminalImageBuilder.detectProtocol(Device device) Detect the best image protocol for the given device.ITermImage.getProtocol()KittyImage.getProtocol()SixelImage.getProtocol()TerminalImage.getProtocol()Get the protocol used by this image.TerminalImageBuilder.getProtocol()Get the protocol that will be used.static ImageProtocolImageProtocolDetector.getProtocolForTerminalType(Device.TerminalType terminalType) Get the image protocol supported by a given terminal type.static ImageProtocolReturns the enum constant of this type with the specified name.static ImageProtocol[]ImageProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.terminal.image with parameters of type ImageProtocolModifier and TypeMethodDescriptionstatic TerminalImageBuilderTerminalImageBuilder.builder(ImageProtocol protocol) Create a builder using a specific image protocol.