WorldWithWorldRenderable

org.nlogo.api.WorldWithWorldRenderable

Attributes

Source
WorldRenderable.scala
Graph
Supertypes
trait World
class Object
trait Matchable
class Any
Known subtypes
trait CoreWorld
class World2D
class World3D
class World

Members list

Value members

Inherited and Abstract methods

def allStoredValues: Iterator[AnyRef]

Attributes

Inherited from:
World
Source
World.scala
def auxRNG: MersenneTwisterFast

Attributes

Inherited from:
World
Source
World.scala
def breedsOwnNameAt(breed: AgentSet, i: Int): String

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala
def fastGetPatchAt(x: Int, y: Int): Patch

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala
def getBreed(name: String): AgentSet

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala
def getDrawing: AnyRef

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala
def getPatch(i: Int): Patch

Attributes

Inherited from:
World
Source
World.scala
def getPatchAt(x: Double, y: Double): Patch

Attributes

Inherited from:
World
Source
World.scala
def getVariablesArraySize(turtle: Turtle, breed: AgentSet): Int

Attributes

Inherited from:
World
Source
World.scala
def getVariablesArraySize(link: Link, breed: AgentSet): Int

Attributes

Inherited from:
World
Source
World.scala
def isDimensionVariable(variableName: String): Boolean

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala
def mainRNG: MersenneTwisterFast

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
WorldRenderable
Source
WorldRenderable.scala

Attributes

Inherited from:
WorldRenderable
Source
WorldRenderable.scala
def maxPxcor: Int

Attributes

Inherited from:
World
Source
World.scala
def maxPycor: Int

Attributes

Inherited from:
World
Source
World.scala

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

Attributes

Returns

True if the scene has at least one partially transparent item

Inherited from:
WorldRenderable
Source
WorldRenderable.scala
def minPxcor: Int

Attributes

Inherited from:
World
Source
World.scala
def minPycor: Int

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
WorldRenderable
Source
WorldRenderable.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala
def realloc(): Unit

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala
def setObserverVariableByName(variableName: String, value: AnyRef): Unit

Attributes

Inherited from:
World
Source
World.scala
def ticks: Double

Attributes

Inherited from:
World
Source
World.scala
def timer: Timer

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala
def wrap(pos: Double, min: Double, max: Double): Double

Attributes

Inherited from:
World
Source
World.scala
def wrapX(x: Double): Double

Attributes

Inherited from:
World
Source
World.scala
def wrapY(y: Double): Double

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala

Attributes

Inherited from:
World
Source
World.scala