org.nlogo.api

World

trait World extends AnyRef

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

Abstract Value Members

  1. def allStoredValues : Iterator[AnyRef]

    Attributes
    abstract
  2. def breedsOwnNameAt (breed: AgentSet, i: Int): String

    Attributes
    abstract
  3. def fastGetPatchAt (x: Int, y: Int): Patch

    Attributes
    abstract
  4. def followOffsetX : Double

    Attributes
    abstract
  5. def followOffsetY : Double

    Attributes
    abstract
  6. def getDrawing : AnyRef

    Attributes
    abstract
  7. def getPatch (i: Int): Patch

    Attributes
    abstract
  8. def getPatchAt (x: Double, y: Double): Patch

    Attributes
    abstract
    Annotations
    @throws( classOf[AgentException] )
  9. def getVariablesArraySize (turtle: Turtle, breed: AgentSet): Int

    Attributes
    abstract
  10. def getVariablesArraySize (link: Link, breed: AgentSet): Int

    Attributes
    abstract
  11. def linkShapeList : ShapeList

    Attributes
    abstract
  12. def links : AgentSet

    Attributes
    abstract
  13. def linksOwnNameAt (i: Int): String

    Attributes
    abstract
  14. def markDrawingClean (): Unit

    Attributes
    abstract
  15. def markPatchColorsClean (): Unit

    Attributes
    abstract
  16. def markPatchColorsDirty (): Unit

    Attributes
    abstract
  17. def maxPxcor : Int

    Attributes
    abstract
  18. def maxPycor : Int

    Attributes
    abstract
  19. def mayHavePartiallyTransparentObjects : Boolean

    Returns true if there is at least one partially transparent turtle, patch, link, or 3D stamp present.

    Returns true if there is at least one partially transparent turtle, patch, link, or 3D stamp present. This determines whether it is necessary to sort the objects by their distance to the observer before rendering, which is necessary for transparency to work in OpenGL.

    returns

    True if the scene has at least one partially transparent item

    Attributes
    abstract
  20. def minPxcor : Int

    Attributes
    abstract
  21. def minPycor : Int

    Attributes
    abstract
  22. def observer : Observer

    Attributes
    abstract
  23. def patchColors : Array[Int]

    Attributes
    abstract
  24. def patchColorsDirty : Boolean

    Attributes
    abstract
  25. def patchSize : Double

    Attributes
    abstract
  26. def patches : AgentSet

    Attributes
    abstract
  27. def patchesAllBlack : Boolean

    Attributes
    abstract
  28. def patchesWithLabels : Int

    Attributes
    abstract
  29. def program : Program

    Attributes
    abstract
  30. def protractor : Protractor

    Attributes
    abstract
  31. def sendPixels : Boolean

    Attributes
    abstract
  32. def ticks : Double

    Attributes
    abstract
  33. def turtleShapeList : ShapeList

    Attributes
    abstract
  34. def turtles : AgentSet

    Attributes
    abstract
  35. def turtlesOwnNameAt (i: Int): String

    Attributes
    abstract
  36. def worldHeight : Int

    Attributes
    abstract
  37. def worldWidth : Int

    Attributes
    abstract
  38. def wrap (pos: Double, min: Double, max: Double): Double

    Attributes
    abstract
  39. def wrapX (x: Double): Double

    Attributes
    abstract
    Annotations
    @throws( classOf[AgentException] )
  40. def wrapY (y: Double): Double

    Attributes
    abstract
    Annotations
    @throws( classOf[AgentException] )
  41. def wrappedObserverX (x: Double): Double

    Attributes
    abstract
  42. def wrappedObserverY (y: Double): Double

    Attributes
    abstract
  43. def wrappingAllowedInX : Boolean

    Attributes
    abstract
  44. def wrappingAllowedInY : Boolean

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  12. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  13. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  14. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  16. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  17. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  18. def toString (): String

    Definition Classes
    AnyRef → Any
  19. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any