org.nlogo.agent
Class TurtleStamp3D

java.lang.Object
  extended by org.nlogo.agent.TurtleStamp3D
All Implemented Interfaces:
RenderableAgent, RenderableTurtle, RenderableTurtle3D

public class TurtleStamp3D
extends Object
implements RenderableTurtle3D


Method Summary
 Shape cachedShape()
           
 void cachedShape(Shape shape)
           
 Object color()
           
 boolean hasLabel()
           
 double heading()
           
 Object labelColor()
           
 String labelString()
           
 double lineThickness()
           
 double pitch()
           
 double roll()
           
 String shape()
           
 double size()
           
 double xcor()
           
 double ycor()
           
 double zcor()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

shape

public String shape()
Specified by:
shape in interface RenderableAgent

color

public Object color()
Specified by:
color in interface RenderableAgent

heading

public double heading()
Specified by:
heading in interface RenderableTurtle

pitch

public double pitch()
Specified by:
pitch in interface RenderableTurtle3D

roll

public double roll()
Specified by:
roll in interface RenderableTurtle3D

lineThickness

public double lineThickness()
Specified by:
lineThickness in interface RenderableAgent

size

public double size()
Specified by:
size in interface RenderableAgent

xcor

public double xcor()
Specified by:
xcor in interface RenderableTurtle

ycor

public double ycor()
Specified by:
ycor in interface RenderableTurtle

zcor

public double zcor()
Specified by:
zcor in interface RenderableTurtle3D

hasLabel

public boolean hasLabel()
Specified by:
hasLabel in interface RenderableAgent

labelString

public String labelString()
Specified by:
labelString in interface RenderableAgent

labelColor

public Object labelColor()
Specified by:
labelColor in interface RenderableAgent

cachedShape

public Shape cachedShape()
Specified by:
cachedShape in interface RenderableTurtle

cachedShape

public void cachedShape(Shape shape)
Specified by:
cachedShape in interface RenderableTurtle