Packages

c

org.nlogo.core

WorldDimensions

case class WorldDimensions(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int, patchSize: Double = 12.0, wrappingAllowedInX: Boolean = true, wrappingAllowedInY: Boolean = true) extends Product with Serializable

Source
WorldDimensions.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorldDimensions
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WorldDimensions(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int)
  2. new WorldDimensions(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int, patchSize: Double = 12.0, wrappingAllowedInX: Boolean = true, wrappingAllowedInY: Boolean = true)

Value Members

  1. def height: Int
  2. val maxPxcor: Int
  3. val maxPycor: Int
  4. val minPxcor: Int
  5. val minPycor: Int
  6. val patchSize: Double
  7. def width: Int
  8. val wrappingAllowedInX: Boolean
  9. val wrappingAllowedInY: Boolean