org.nlogo.agent
Interface RenderableLink3D

All Superinterfaces:
RenderableAgent, RenderableLink
All Known Implementing Classes:
Link3D, LinkStamp3D

public interface RenderableLink3D
extends RenderableLink


Method Summary
 double pitch()
           
 double z1()
           
 double z2()
           
 
Methods inherited from interface org.nlogo.agent.RenderableLink
heading, isDirectedLink, linkDestinationSize, midpointX, midpointY, x1, x2, y1, y2
 
Methods inherited from interface org.nlogo.agent.RenderableAgent
color, hasLabel, labelColor, labelString, lineThickness, shape, size
 

Method Detail

z1

double z1()

z2

double z2()

pitch

double pitch()