jbotrace.base
Class SegmentInformation

java.lang.Object
  |
  +--jbotrace.base.SegmentInformation

public class SegmentInformation
extends java.lang.Object

Description: Provides the information a driver can get about a segment.


Constructor Summary
SegmentInformation(Segment segment)
           
 
Method Summary
 double getEndWidth()
           
 double getLength()
           
 double getRadius()
           
 double getStartWidth()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegmentInformation

public SegmentInformation(Segment segment)
Method Detail

getEndWidth

public double getEndWidth()

getLength

public double getLength()

getStartWidth

public double getStartWidth()

getRadius

public double getRadius()

getType

public int getType()