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 WrapBehaviourTextGraphicsWriter. wrapBehaviourMethods in com.googlecode.lanterna.graphics that return WrapBehaviour Modifier and Type Method Description WrapBehaviourTextGraphicsWriter. getWrapBehaviour()Methods in com.googlecode.lanterna.graphics with parameters of type WrapBehaviour Modifier and Type Method Description voidTextGraphicsWriter. 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 WrapBehaviourWrapBehaviour. 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.
-