Horizontal

tui.view.View.Horizontal
case class Horizontal(views: Chunk[View], spacing: Int, alignment: VerticalAlignment) extends View

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait View
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def render(context: RenderContext, size: Size): Unit

Attributes

Definition Classes
override def size(proposed: Size): Size

Attributes

Definition Classes

Inherited methods

def blinking: View

Attributes

Inherited from:
View
def blue: View

Attributes

Inherited from:
View
def bold: View

Attributes

Inherited from:
View
def bordered: View

Attributes

Inherited from:
View

Attributes

Inherited from:
View

Attributes

Inherited from:
View

Attributes

Inherited from:
View
def center: View

Attributes

Inherited from:
View
def centerH: View

Attributes

Inherited from:
View
def centerV: View

Attributes

Inherited from:
View
def color(color: Color): View

Attributes

Inherited from:
View
def cyan: View

Attributes

Inherited from:
View
def dim: View

Attributes

Inherited from:
View
def flex(minWidth: Option[Int], maxWidth: Option[Int], minHeight: Option[Int], maxHeight: Option[Int], alignment: Alignment): View

Attributes

Inherited from:
View
def frame(width: Int, height: Int, alignment: Alignment): View

Attributes

Inherited from:
View
def green: View

Attributes

Inherited from:
View
def inverted: View

Attributes

Inherited from:
View
def left: View

Attributes

Inherited from:
View
def magenta: View

Attributes

Inherited from:
View
def overlay(view: View, alignment: Alignment): View

Attributes

Inherited from:
View
def padding(left: Int, top: Int, right: Int, bottom: Int): View

Attributes

Inherited from:
View
def padding(horizontal: Int, vertical: Int): View

Attributes

Inherited from:
View
def padding(amount: Int): View

Attributes

Inherited from:
View
def paddingH(amount: Int): View

Attributes

Inherited from:
View
def paddingV(amount: Int): View

Attributes

Inherited from:
View
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def red: View

Attributes

Inherited from:
View
def render(width: Int, height: Int): String

Attributes

Inherited from:
View
def renderNow: String

Attributes

Inherited from:
View
def renderNowWithSize: (Size, String)

Attributes

Inherited from:
View

Attributes

Inherited from:
View

Attributes

Inherited from:
View
def reversed: View

Attributes

Inherited from:
View
def right: View

Attributes

Inherited from:
View
def style(style: Style): View

Attributes

Inherited from:
View
def textMap(width: Int, height: Int): TextMap

Attributes

Inherited from:
View
def top: View

Attributes

Inherited from:
View
def transform(pf: PartialFunction[View, View]): View

Attributes

Inherited from:
View

Attributes

Inherited from:
View
def white: View

Attributes

Inherited from:
View
def yellow: View

Attributes

Inherited from:
View