Uses of Class
org.aesh.terminal.image.TerminalImageBuilder
Packages that use TerminalImageBuilder
-
Uses of TerminalImageBuilder in org.aesh.terminal.image
Methods in org.aesh.terminal.image that return TerminalImageBuilderModifier and TypeMethodDescriptionstatic TerminalImageBuilderCreate a builder that auto-detects the best image protocol for the device.static TerminalImageBuilderTerminalImageBuilder.builder(ImageProtocol protocol) Create a builder using a specific image protocol.TerminalImageBuilder.data(byte[] data) Set the image data from raw bytes.Set the image data from a file.Set the filename (used by iTerm2 protocol).TerminalImageBuilder.heightCells(int cells) Set the display height in terminal cells.TerminalImageBuilder.heightPixels(int pixels) Set the display height in pixels (iTerm2 and Sixel).TerminalImageBuilder.preserveAspectRatio(boolean preserve) Set whether to preserve aspect ratio (iTerm2 only).TerminalImageBuilder.widthCells(int cells) Set the display width in terminal cells.TerminalImageBuilder.widthPixels(int pixels) Set the display width in pixels (iTerm2 and Sixel).