org.nlogo.agent
Interface RenderableLink

All Superinterfaces:
RenderableAgent
All Known Subinterfaces:
RenderableLink3D
All Known Implementing Classes:
DummyLink, Link, Link3D, LinkStamp3D

public interface RenderableLink
extends RenderableAgent


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

Method Detail

midpointX

double midpointX()

midpointY

double midpointY()

x1

double x1()

y1

double y1()

x2

double x2()

y2

double y2()

isDirectedLink

boolean isDirectedLink()

heading

double heading()

linkDestinationSize

double linkDestinationSize()