Uses of Class
jexer.TImage
-
Packages that use TImage Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TImage in jexer
Methods in jexer that return TImage Modifier and Type Method Description TImage
TWidget. addImage(int x, int y, int width, int height, java.awt.image.BufferedImage image, int left, int top)
Convenience function to add an image to this container/window.TImage
TWidget. addImage(int x, int y, int width, int height, java.awt.image.BufferedImage image, int left, int top, TAction clickAction)
Convenience function to add an image to this container/window.
-