trait
World
extends AnyRef
Abstract Value Members
-
def
allStoredValues
: Iterator[AnyRef]
-
def
breedsOwnNameAt
(breed: AgentSet, i: Int): String
-
def
fastGetPatchAt
(x: Int, y: Int): Patch
-
def
followOffsetX
: Double
-
def
followOffsetY
: Double
-
def
getDrawing
: AnyRef
-
def
getPatch
(i: Int): Patch
-
def
getPatchAt
(x: Double, y: Double): Patch
-
def
getVariablesArraySize
(turtle: Turtle, breed: AgentSet): Int
-
def
getVariablesArraySize
(link: Link, breed: AgentSet): Int
-
def
linkShapeList
: ShapeList
-
-
def
linksOwnNameAt
(i: Int): String
-
def
markDrawingClean
(): Unit
-
def
markPatchColorsClean
(): Unit
-
def
markPatchColorsDirty
(): Unit
-
def
maxPxcor
: Int
-
def
maxPycor
: Int
-
def
mayHavePartiallyTransparentObjects
: Boolean
-
def
minPxcor
: Int
-
def
minPycor
: Int
-
-
def
patchColors
: Array[Int]
-
def
patchColorsDirty
: Boolean
-
def
patchSize
: Double
-
-
def
patchesAllBlack
: Boolean
-
def
patchesWithLabels
: Int
-
-
-
def
sendPixels
: Boolean
-
def
ticks
: Double
-
def
turtleShapeList
: ShapeList
-
-
def
turtlesOwnNameAt
(i: Int): String
-
def
worldHeight
: Int
-
def
worldWidth
: Int
-
def
wrap
(pos: Double, min: Double, max: Double): Double
-
def
wrapX
(x: Double): Double
-
def
wrapY
(y: Double): Double
-
def
wrappedObserverX
(x: Double): Double
-
def
wrappedObserverY
(y: Double): Double
-
def
wrappingAllowedInX
: Boolean
-
def
wrappingAllowedInY
: Boolean
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any