Packages

c

org.nlogo.core

TextBox

case class TextBox(display: Option[String], left: Int = 0, top: Int = 0, right: Int = 5, bottom: Int = 5, fontSize: Int, color: Double, transparent: Boolean = false) extends Widget with Product with Serializable

Source
Widget.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextBox
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Widget
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TextBox(display: Option[String], left: Int = 0, top: Int = 0, right: Int = 5, bottom: Int = 5, fontSize: Int, color: Double, transparent: Boolean = false)

Value Members

  1. val bottom: Int
    Definition Classes
    TextBoxWidget
  2. val color: Double
  3. 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
  4. val display: Option[String]
  5. val fontSize: Int
  6. val left: Int
    Definition Classes
    TextBoxWidget
  7. val right: Int
    Definition Classes
    TextBoxWidget
  8. val top: Int
    Definition Classes
    TextBoxWidget
  9. val transparent: Boolean