Overlay

case class Overlay(view: View, overlay: View, alignment: Alignment) extends View
trait Serializable
trait Product
trait Equals
trait View
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

Inherited from:
View
def blue: View
Inherited from:
View
def bold: View
Inherited from:
View
Inherited from:
View
Inherited from:
View
Inherited from:
View
Inherited from:
View
Inherited from:
View
Inherited from:
View
Inherited from:
View
def color(color: Color): View
Inherited from:
View
def cyan: View
Inherited from:
View
def dim: View
Inherited from:
View
def flex(minWidth: Option[Int], maxWidth: Option[Int], minHeight: Option[Int], maxHeight: Option[Int], alignment: Alignment): View
Inherited from:
View
def frame(width: Int, height: Int, alignment: Alignment): View
Inherited from:
View
def green: View
Inherited from:
View
Inherited from:
View
def left: View
Inherited from:
View
Inherited from:
View
def overlay(view: View, alignment: Alignment): View
Inherited from:
View
def padding(left: Int, top: Int, right: Int, bottom: Int): View
Inherited from:
View
def padding(horizontal: Int, vertical: Int): View
Inherited from:
View
def padding(amount: Int): View
Inherited from:
View
def paddingH(amount: Int): View
Inherited from:
View
def paddingV(amount: Int): View
Inherited from:
View
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def red: View
Inherited from:
View
def render(width: Int, height: Int): String
Inherited from:
View
def renderNow: String
Inherited from:
View
def renderNowWithSize: (Size, String)
Inherited from:
View
Inherited from:
View
Inherited from:
View
Inherited from:
View
def right: View
Inherited from:
View
def style(style: Style): View
Inherited from:
View
def textMap(width: Int, height: Int): TextMap
Inherited from:
View
def top: View
Inherited from:
View
def transform(pf: PartialFunction[View, View]): View
Inherited from:
View
Inherited from:
View
def white: View
Inherited from:
View
Inherited from:
View