Slider

org.nlogo.core.Slider
case class Slider(variable: Option[String], x: Int, y: Int, width: Int, height: Int, oldSize: Boolean, display: Option[String], min: String, max: String, default: Double, step: String, units: Option[String], direction: Direction) 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

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

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
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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source
Widget.scala