Packages

c

org.nlogo.core

Output

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Output
  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 Output(left: Int, top: Int, right: Int, bottom: Int, fontSize: Int)

Value Members

  1. val bottom: Int
    Definition Classes
    OutputWidget
  2. 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
  3. val fontSize: Int
  4. val left: Int
    Definition Classes
    OutputWidget
  5. val right: Int
    Definition Classes
    OutputWidget
  6. val top: Int
    Definition Classes
    OutputWidget