org.nlogo.api

WorldResizer

trait WorldResizer extends AnyRef

used by Importer for resizing the world during an import. also used by BehaviorSpace when the experiment varies the world size

Source
WorldResizer.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. WorldResizer
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def patchSize(patchSize: Double): Unit

  2. abstract def resizeView(): Unit

  3. abstract def setDimensions(dim: WorldDimensions, patchSize: Double): Unit

  4. abstract def setDimensions(dim: WorldDimensions): Unit