case class Output(left: Int, top: Int, right: Int, bottom: Int, fontSize: Int) extends Widget with Product with Serializable
- Source
- Widget.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Output
- Serializable
- Serializable
- Product
- Equals
- Widget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val bottom: Int
-
def
convertSource(conversion: (String) ⇒ String): Widget
convertSource applies the given conversion to all code found in the widget.
convertSource applies the given conversion to all code found in the widget.
- Definition Classes
- Widget
- val fontSize: Int
- val left: Int
- val right: Int
- val top: Int