c

org.nlogo.agent

Patch3D

final class Patch3D extends Patch with Agent3D with api.Patch3D

Source
Patch3D.java
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Patch3D
  2. Patch3D
  3. Agent3D
  4. Patch
  5. AgentColors
  6. Patch
  7. Agent
  8. Comparable
  9. Agent
  10. AgentJ
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addTurtle(t: Turtle): Unit
    Definition Classes
    Patch
  5. def agentBit(): Int
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  6. def alpha(): Int

    0-255, 0 = invisible, 255 = opaque

    0-255, 0 = invisible, 255 = opaque

    Definition Classes
    Patch3DPatchAgent
    Annotations
    @Override()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. 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)

    Definition Classes
    PatchAgentAgent
    Annotations
    @Override()
  9. def clearTurtles(): Unit
    Definition Classes
    Patch
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  11. def compareTo(a: Agent): Int
    Definition Classes
    Agent → Comparable
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def fastGetPatchAt(x: Int, y: Int): Patch
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  15. def getBreedVariable(name: String): AnyRef
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def getLinkBreedVariable(name: String): AnyRef
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  18. def getLinkVariable(vn: Int): AnyRef
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  19. def getNeighbors(): IndexedAgentSet
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  20. def getNeighbors4(): IndexedAgentSet
    Definition Classes
    Patch
  21. def getNeighbors6(): AgentSet
  22. def getPatchAtOffsets(dx: Double, dy: Double, dz: Double): Patch3D
    Definition Classes
    Patch3DAgent3D
  23. def getPatchAtOffsets(dx: Double, dy: Double): Patch

    Returns the patch at dx and dy from this patch

    Returns the patch at dx and dy from this patch

    dx

    the x offset from this patch

    dy

    the y offset from this patch

    Definition Classes
    Patch3DPatchPatchAgent
    Annotations
    @Override()
  24. def getPatchAtPoint(point: List[Double]): Patch
  25. def getPatchEast(): Patch
    Definition Classes
    Patch
  26. def getPatchNorth(): Patch
    Definition Classes
    Patch
  27. def getPatchNorthEast(): Patch
    Definition Classes
    Patch
  28. def getPatchNorthWest(): Patch
    Definition Classes
    Patch
  29. def getPatchSouth(): Patch
    Definition Classes
    Patch
  30. def getPatchSouthEast(): Patch
    Definition Classes
    Patch
  31. def getPatchSouthWest(): Patch
    Definition Classes
    Patch
  32. def getPatchVariable(vn: Int): AnyRef
    Definition Classes
    Patch3DPatchAgent
    Annotations
    @Override()
  33. def getPatchVariableDouble(vn: Int): Double
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  34. def getPatchWest(): Patch
    Definition Classes
    Patch
  35. def getTurtleOrLinkVariable(varName: String): AnyRef
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  36. def getTurtleVariable(vn: Int): AnyRef
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  37. 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

    Definition Classes
    PatchAgentAgent
    Annotations
    @Override()
  38. def hasLabel(): Boolean

    Returns true if the label variable contains something other than an empty string.

    Returns true if the label variable contains something other than an empty string.

    Definition Classes
    PatchPatch
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  40. 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

    Definition Classes
    AgentAgent
  41. def id_=(newId: Long): Unit
    Definition Classes
    Agent
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def kind(): AgentKind

    Returns the kind of this agent (Turtle, Link, Patch, Observer).

    Returns the kind of this agent (Turtle, Link, Patch, Observer).

    Definition Classes
    PatchAgent
  44. def label(label: Any): Unit
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  45. def label(): AnyRef
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  46. def labelColor(labelColor: Double): Unit
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  47. def labelColor(labelColor: Double): Unit
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  48. def labelColor(): AnyRef

    Returns the value of the label-color variable.

    Returns the value of the label-color variable.

    Definition Classes
    Patch3DPatchPatch
    Annotations
    @Override()
  49. def labelColor(rgb: LogoList, varIndex: Int): Unit
    Definition Classes
    Patch
  50. def labelString(): String

    Returns the value of the label variable.

    Returns the value of the label variable.

    Definition Classes
    Patch3DPatchPatch
    Annotations
    @Override()
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  54. def pcolor(rgb: LogoList): Unit
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  55. def pcolor(boxedColor: Double): Unit
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  56. def pcolor(pcolor: Double): Unit
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  57. def pcolor(): AnyRef

    Returns the value of the pcolor variable.

    Returns the value of the pcolor variable.

    Definition Classes
    Patch3DPatchPatch
    Annotations
    @Override()
  58. def pcolor(rgb: LogoList, varIndex: Int, allowAlpha: Boolean): Unit
    Definition Classes
    Patch
  59. def pcolorDoubleUnchecked(boxedColor: Double): Unit
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  60. def pxcor(): Int

    Returns the value of the pxcor variable.

    Returns the value of the pxcor variable.

    Definition Classes
    PatchPatch
  61. def pycor(): Int

    Returns the value of the pycor variable.

    Returns the value of the pycor variable.

    Definition Classes
    PatchPatch
  62. def pzcor(): Int

    Returns the value of the pzcor variable

    Returns the value of the pzcor variable

    Definition Classes
    Patch3DPatch3D
  63. def realloc(oldProgram: Program, newProgram: Program): Agent
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  64. def removeTurtle(t: Turtle): Unit
    Definition Classes
    Patch
  65. def setBreedVariable(name: String, value: Any): Unit
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  66. def setId(newId: Long): Unit
    Definition Classes
    Agent
  67. def setLinkBreedVariable(name: String, value: Any): Unit
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  68. def setLinkVariable(vn: Int, value: Double): Unit
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  69. def setLinkVariable(vn: Int, value: Any): Unit
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  70. def setPatchVariable(vn: Int, value: Double): Unit
    Definition Classes
    Patch3DPatchAgent
    Annotations
    @Override()
  71. def setPatchVariable(vn: Int, value: Any): Unit
    Definition Classes
    Patch3DPatchAgent
    Annotations
    @Override()
  72. def setTurtleOrLinkVariable(varName: String, value: Any): Unit
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  73. def setTurtleVariable(vn: Int, value: Double): Unit
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  74. def setTurtleVariable(vn: Int, value: Any): Unit
    Definition Classes
    PatchAgent
    Annotations
    @Override()
  75. def setVariable(vn: Int, value: Any): 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

    Definition Classes
    PatchAgentAgent
    Annotations
    @Override()
    Exceptions thrown

    api.AgentException If value is the wrong type for the given variable or if you try to change variables that cannot be changed

  76. def setVariables(v: Array[AnyRef]): Unit
    Definition Classes
    Agent
  77. 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.

    Definition Classes
    PatchPatchAgent
  78. def size(): Double

    Returns the size of this agent

    Returns the size of this agent

    Definition Classes
    PatchAgent
  79. def sprout(c: Int, heading: Int, breed: AgentSet): Turtle
    Definition Classes
    Patch3DPatch
    Annotations
    @Override()
  80. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  81. def toString(): String
    Definition Classes
    Patch3DPatch → AnyRef → Any
    Annotations
    @Override()
  82. def turtleCount(): Int
    Definition Classes
    Patch
  83. def turtlesHere(): Iterable[Turtle]
    Definition Classes
    Patch
  84. def turtlesHereAgentSet(): AgentSet
    Definition Classes
    Patch
  85. def validRGBList(rgb: LogoList, allowAlpha: Boolean): Unit
    Definition Classes
    AgentColors
    Annotations
    @throws( classOf[AgentException] )
  86. def variableName(vn: Int): String

    Returns the name of the variable with the given index.

    Returns the name of the variable with the given index. Works for built-in, *-own, and breed variables.

    vn

    the index of the variable

    Definition Classes
    PatchAgent
  87. 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.

    Definition Classes
    AgentAgent
  88. def variables_=(v: Array[AnyRef]): Unit
    Definition Classes
    Agent
  89. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  91. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. def world: World

    Returns the world object associated with this agent

    Returns the world object associated with this agent

    Definition Classes
    AgentAgent

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from api.Patch3D

Inherited from Agent3D

Inherited from Patch

Inherited from AgentColors

Inherited from api.Patch

Inherited from Agent

Inherited from Comparable[Agent]

Inherited from api.Agent

Inherited from AgentJ

Inherited from AnyRef

Inherited from Any

Ungrouped