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. abstract def allStoredValues: Iterator[AnyRef]

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

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

  4. abstract def followOffsetX: Double

  5. abstract def followOffsetY: Double

  6. abstract def getDrawing: AnyRef

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

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

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

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

  11. abstract def linkShapeList: ShapeList

  12. abstract def links: AgentSet

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

  14. abstract def markDrawingClean(): Unit

  15. abstract def markPatchColorsClean(): Unit

  16. abstract def markPatchColorsDirty(): Unit

  17. abstract def maxPxcor: Int

  18. abstract def maxPycor: Int

  19. abstract 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

  20. abstract def minPxcor: Int

  21. abstract def minPycor: Int

  22. abstract def observer: Observer

  23. abstract def patchColors: Array[Int]

  24. abstract def patchColorsDirty: Boolean

  25. abstract def patchSize: Double

  26. abstract def patches: AgentSet

  27. abstract def patchesAllBlack: Boolean

  28. abstract def patchesWithLabels: Int

  29. abstract def program: Program

  30. abstract def protractor: Protractor

  31. abstract def sendPixels: Boolean

  32. abstract def ticks: Double

  33. abstract def turtleShapeList: ShapeList

  34. abstract def turtles: AgentSet

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

  36. abstract def worldHeight: Int

  37. abstract def worldWidth: Int

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

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

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

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

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

  43. abstract def wrappingAllowedInX: Boolean

  44. abstract def wrappingAllowedInY: Boolean

Concrete Value Members

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

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

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

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

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

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

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    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. final def getClass(): java.lang.Class[_]

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

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

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

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

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

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

    Definition Classes
    AnyRef
  18. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any