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 clearGlobals(): Unit

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

  5. abstract def followOffsetX: Double

  6. abstract def followOffsetY: Double

  7. abstract def getDrawing: AnyRef

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

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

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

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

  12. abstract def linkShapeList: ShapeList

  13. abstract def links: AgentSet

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

  15. abstract def markDrawingClean(): Unit

  16. abstract def markPatchColorsClean(): Unit

  17. abstract def markPatchColorsDirty(): Unit

  18. abstract def maxPxcor: Int

  19. abstract def maxPycor: Int

  20. 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

  21. abstract def minPxcor: Int

  22. abstract def minPycor: Int

  23. abstract def observer: Observer

  24. abstract def patchColors: Array[Int]

  25. abstract def patchColorsDirty: Boolean

  26. abstract def patchSize: Double

  27. abstract def patches: AgentSet

  28. abstract def patchesAllBlack: Boolean

  29. abstract def patchesWithLabels: Int

  30. abstract def program: Program

  31. abstract def protractor: Protractor

  32. abstract def sendPixels: Boolean

  33. abstract def ticks: Double

  34. abstract def turtleShapeList: ShapeList

  35. abstract def turtles: AgentSet

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

  37. abstract def worldHeight: Int

  38. abstract def worldWidth: Int

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

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

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

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

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

  44. abstract def wrappingAllowedInX: Boolean

  45. 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