Uses of Class
com.googlecode.lanterna.screen.WrapBehaviour
-
Packages that use WrapBehaviour Package Description com.googlecode.lanterna.graphics com.googlecode.lanterna.screen -
-
Uses of WrapBehaviour in com.googlecode.lanterna.graphics
Fields in com.googlecode.lanterna.graphics declared as WrapBehaviour Modifier and Type Field Description private WrapBehaviour
TextGraphicsWriter. wrapBehaviour
Methods in com.googlecode.lanterna.graphics that return WrapBehaviour Modifier and Type Method Description WrapBehaviour
TextGraphicsWriter. getWrapBehaviour()
Methods in com.googlecode.lanterna.graphics with parameters of type WrapBehaviour Modifier and Type Method Description void
TextGraphicsWriter. setWrapBehaviour(WrapBehaviour wrapBehaviour)
-
Uses of WrapBehaviour in com.googlecode.lanterna.screen
Methods in com.googlecode.lanterna.screen that return WrapBehaviour Modifier and Type Method Description static WrapBehaviour
WrapBehaviour. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WrapBehaviour[]
WrapBehaviour. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-