Overlay

tui.view.View$.Overlay
case class Overlay(view: View, overlay: View, alignment: Alignment) extends View

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait View
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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

Attributes

Inherited from:
View
def blue: View

Attributes

Inherited from:
View
def bold: View

Attributes

Inherited from:
View

Attributes

Inherited from:
View

Attributes

Inherited from:
View

Attributes

Inherited from:
View

Attributes

Inherited from:
View

Attributes

Inherited from:
View

Attributes

Inherited from:
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

Attributes

Inherited from:
View
def left: View

Attributes

Inherited from:
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

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

Attributes

Inherited from:
View