Switch

org.nlogo.core.Switch
case class Switch(variable: Option[String], x: Int, y: Int, width: Int, height: Int, oldSize: Boolean, display: Option[String], on: Boolean) extends Widget, DeclaresGlobal, DeclaresGlobalCommand, DeclaresConstraint

Attributes

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

Members list

Value members

Concrete methods

Attributes

Definition Classes
Source
Widget.scala
override def default: Any

Attributes

Definition Classes
Source
Widget.scala
override def varName: String

Attributes

Definition Classes
Source
Widget.scala

Inherited methods

def asNetLogoString(x: Any): String

Attributes

Inherited from:
DeclaresGlobalCommand
Source
Widget.scala

Attributes

Inherited from:
DeclaresGlobalCommand
Source
Widget.scala
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.

Attributes

Inherited from:
Widget
Source
Widget.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product