Monitor

org.nlogo.core.Monitor
case class Monitor(source: Option[String], x: Int, y: Int, width: Int, height: Int, oldSize: Boolean, display: Option[String], precision: Int, fontSize: Int, units: Option[String]) extends Widget

Attributes

Source
Widget.scala
Graph
Supertypes
trait Product
trait Equals
trait Widget
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def convertSource(conversion: String => String): Monitor

convertSource applies the given conversion to all code found in the widget.

convertSource applies the given conversion to all code found in the widget.

Attributes

Definition Classes
Source
Widget.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product