TerminalTextArea

roguelikestarterkit.ui.components.TerminalTextArea

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Theme(charSheet: CharSheet, colors: TerminalTileColors)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Theme

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Theme.type

Value members

Concrete methods

def apply[ReferenceData](text: String, theme: Theme): TextArea[ReferenceData]

Creates a TerminalTextArea rendered using the RogueTerminalEmulator based on a TerminalTextArea.Theme, with bounds based on the text length

Creates a TerminalTextArea rendered using the RogueTerminalEmulator based on a TerminalTextArea.Theme, with bounds based on the text length

Attributes

def apply[ReferenceData](text: UIContext[ReferenceData] => String, theme: Theme): TextArea[ReferenceData]

Creates a TerminalTextArea rendered using the RogueTerminalEmulator based on a TerminalTextArea.Theme, with custom bounds

Creates a TerminalTextArea rendered using the RogueTerminalEmulator based on a TerminalTextArea.Theme, with custom bounds

Attributes