Uses of Class
org.aesh.terminal.image.ITermImage
Packages that use ITermImage
-
Uses of ITermImage in org.aesh.terminal.image
Methods in org.aesh.terminal.image that return ITermImageModifier and TypeMethodDescriptionstatic ITermImageITermImage.fromBytes(byte[] data) Create an iTerm2 image from raw bytes.static ITermImageCreate an iTerm2 image from a file.ITermImage.heightCells(int cells) Set the display height in terminal cells.ITermImage.heightPercent(int percent) Set the display height as a percentage of the terminal height.ITermImage.heightPixels(int pixels) Set the display height in pixels.ITermImage.preserveAspectRatio(boolean preserve) Set whether to preserve the aspect ratio when resizing.ITermImage.useStTerminator(boolean useSt) Use ST (ESC \) terminator instead of BEL.ITermImage.widthCells(int cells) Set the display width in terminal cells.ITermImage.widthPercent(int percent) Set the display width as a percentage of the terminal width.ITermImage.widthPixels(int pixels) Set the display width in pixels.