View

org.nlogo.core.View
See theView companion object
case class View(x: Int, y: Int, width: Int, height: Int, dimensions: WorldDimensions, fontSize: Int, updateMode: UpdateMode, showTickCounter: Boolean, tickCounterLabel: Option[String], frameRate: Double) extends ViewLike

Attributes

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

Members list

Value members

Inherited methods

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:
ViewLike
Source
Widget.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val maxPxcor: Int

Attributes

Source
Widget.scala
val maxPycor: Int

Attributes

Source
Widget.scala
val minPxcor: Int

Attributes

Source
Widget.scala
val minPycor: Int

Attributes

Source
Widget.scala

Attributes

Source
Widget.scala

Attributes

Source
Widget.scala

Attributes

Source
Widget.scala