object MultilineText

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultilineText
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class Positioning extends AnyRef

Value Members

  1. def apply(s: String, size: Double = Text.defaultSize, fontFace: String = Text.defaultFontFace, positioning: Positioning = Centered): Drawable
  2. case object Centered extends Positioning with Product with Serializable
  3. case object LeftJustified extends Positioning with Product with Serializable
  4. case object RightJustified extends Positioning with Product with Serializable