Uses of Class
jexer.TImage.Scale
-
Packages that use TImage.Scale Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TImage.Scale in jexer
Methods in jexer that return TImage.Scale Modifier and Type Method Description TImage.Scale
TImage. getScaleType()
Get the scaling strategy.static TImage.Scale
TImage.Scale. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TImage.Scale[]
TImage.Scale. 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.Scale Modifier and Type Method Description void
TImage. setScaleType(TImage.Scale scale)
Set the scaling strategy.
-