Uses of Class
jexer.TImage.DisplayMode
-
Packages that use TImage.DisplayMode Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TImage.DisplayMode in jexer
Methods in jexer that return TImage.DisplayMode Modifier and Type Method Description TImage.DisplayModeTImage. getDisplayMode()Get the image display mode.static TImage.DisplayModeTImage.DisplayMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TImage.DisplayMode[]TImage.DisplayMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jexer with parameters of type TImage.DisplayMode Modifier and Type Method Description voidTImage. setDisplayMode(TImage.DisplayMode displayMode)Set the image display mode.
-