org.nlogo.agent
Interface RenderableTurtle

All Superinterfaces:
RenderableAgent
All Known Subinterfaces:
RenderableTurtle3D
All Known Implementing Classes:
Turtle, Turtle3D, TurtleStamp3D

public interface RenderableTurtle
extends RenderableAgent


Method Summary
 Shape cachedShape()
           
 void cachedShape(Shape shape)
           
 double heading()
           
 double xcor()
           
 double ycor()
           
 
Methods inherited from interface org.nlogo.agent.RenderableAgent
color, hasLabel, labelColor, labelString, lineThickness, shape, size
 

Method Detail

xcor

double xcor()

ycor

double ycor()

cachedShape

Shape cachedShape()

cachedShape

void cachedShape(Shape shape)

heading

double heading()