org.nlogo.api

TurtleStamp3D

trait TurtleStamp3D extends Turtle3D

Source
TurtleStamp3D.scala
Linear Supertypes
Turtle3D, Turtle, Agent, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TurtleStamp3D
  2. Turtle3D
  3. Turtle
  4. Agent
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def alpha : Int

    0-255, 0 = invisible, 255 = opaque

    0-255, 0 = invisible, 255 = opaque

    Attributes
    abstract
    Definition Classes
    Agent
  2. def classDisplayName : String

    Returns a displayable name of this type of agent (Turtle, Link, Patch, Observer)

    Returns a displayable name of this type of agent (Turtle, Link, Patch, Observer)

    Attributes
    abstract
    Definition Classes
    Agent
  3. def color : AnyRef

    Returns the value of the color variable, a Double or LogoList.

    Returns the value of the color variable, a Double or LogoList.

    Attributes
    abstract
    Definition Classes
    Turtle
  4. def dx : Double

    Returns the x component of the forward vector

    Returns the x component of the forward vector

    Attributes
    abstract
    Definition Classes
    Turtle3D
  5. def dy : Double

    Returns the y component of the forward vector

    Returns the y component of the forward vector

    Attributes
    abstract
    Definition Classes
    Turtle3D
  6. def dz : Double

    Returns the z component of the forward vector

    Returns the z component of the forward vector

    Attributes
    abstract
    Definition Classes
    Turtle3D
  7. def getBreed : AgentSet

    Returns the breed AgentSet of this turtle, all turtles if the turtle is unbreeded.

    Returns the breed AgentSet of this turtle, all turtles if the turtle is unbreeded.

    Attributes
    abstract
    Definition Classes
    Turtle
  8. def getBreedIndex : Int

    Returns the index of this turtle's breed.

    Returns the index of this turtle's breed.

    Attributes
    abstract
    Definition Classes
    Turtle
  9. def getPatchHere : Patch

    Returns the patch that this turtle is on.

    Returns the patch that this turtle is on.

    Attributes
    abstract
    Definition Classes
    Turtle
  10. def getVariable (vn: Int): AnyRef

    Returns the value of the variable in the given position of the agent variable array

    Returns the value of the variable in the given position of the agent variable array

    vn

    the index into the agent variable array

    Attributes
    abstract
    Definition Classes
    Agent
  11. def hasLabel : Boolean

    Returns true if the label variable has a non-empty string value.

    Returns true if the label variable has a non-empty string value.

    Attributes
    abstract
    Definition Classes
    Turtle
  12. def heading (d: Double): Unit

    Sets the value of the heading variable

    Sets the value of the heading variable

    d

    the new heading

    Attributes
    abstract
    Definition Classes
    Turtle
  13. def heading : Double

    Returns the value of the heading variable.

    Returns the value of the heading variable.

    Attributes
    abstract
    Definition Classes
    Turtle
  14. def hidden : Boolean

    Returns the value of the hidden? variable.

    Returns the value of the hidden? variable.

    Attributes
    abstract
    Definition Classes
    Turtle
  15. def id : Long

    Returns the id number of this agent.

    Returns the id number of this agent. The who number in the case of a turtle, index into the array in the case of patches

    Attributes
    abstract
    Definition Classes
    Agent
  16. def isPartiallyTransparent : Boolean

    Attributes
    abstract
    Definition Classes
    Agent
  17. def jump (distance: Double): Unit

    Moves the turtle forward distance as if the command jump were used

    Moves the turtle forward distance as if the command jump were used

    distance

    this amount to jump

    Attributes
    abstract
    Definition Classes
    Turtle
    Annotations
    @throws( classOf[AgentException] )
  18. def labelColor : AnyRef

    Returns the value of the label-color variable.

    Returns the value of the label-color variable.

    Attributes
    abstract
    Definition Classes
    Turtle
  19. def labelString : String

    Returns the value of the label variable.

    Returns the value of the label variable.

    Attributes
    abstract
    Definition Classes
    Turtle
  20. def lineThickness : Double

    Returns the line-thickness.

    Returns the line-thickness.

    Attributes
    abstract
    Definition Classes
    Turtle
  21. def pitch : Double

    Returns the value of the pitch variable

    Returns the value of the pitch variable

    Attributes
    abstract
    Definition Classes
    Turtle3D
  22. def roll : Double

    Returns the value of the roll variable

    Returns the value of the roll variable

    Attributes
    abstract
    Definition Classes
    Turtle3D
  23. def setVariable (vn: Int, value: AnyRef): Unit

    Sets the variable in the position vn of the agent variable array to value

    Sets the variable in the position vn of the agent variable array to value

    vn

    the index into the agent variable array

    value

    the new value for the variable

    Attributes
    abstract
    Definition Classes
    Agent
    Annotations
    @throws( classOf[LogoException] ) @throws( classOf[AgentException] )
  24. def shape : String

    Returns the name of the current shape, empty string in the case of patches.

    Returns the name of the current shape, empty string in the case of patches.

    Attributes
    abstract
    Definition Classes
    Agent
  25. def size : Double

    Returns the size of this agent

    Returns the size of this agent

    Attributes
    abstract
    Definition Classes
    Agent
  26. def variables : Array[AnyRef]

    Returns raw array of all agent variables.

    Returns raw array of all agent variables. Warning: this method is liable to change return type in a future API version.

    Attributes
    abstract
    Definition Classes
    Agent
  27. def world : World

    Returns the world object associated with this agent

    Returns the world object associated with this agent

    Attributes
    abstract
    Definition Classes
    Agent
  28. def xcor : Double

    Returns the value of the xcor variable.

    Returns the value of the xcor variable.

    Attributes
    abstract
    Definition Classes
    Turtle
  29. def ycor : Double

    Returns the value of the ycor variable.

    Returns the value of the ycor variable.

    Attributes
    abstract
    Definition Classes
    Turtle
  30. def zcor : Double

    Returns the value of the zcor variable

    Returns the value of the zcor variable

    Attributes
    abstract
    Definition Classes
    Turtle3D

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 Turtle3D

Inherited from Turtle

Inherited from Agent

Inherited from AnyRef

Inherited from Any