net.sourceforge.nite.datainspection.impl
Class TimespanItem

java.lang.Object
  extended by net.sourceforge.nite.datainspection.impl.TimespanItem
All Implemented Interfaces:
Item

public class TimespanItem
extends java.lang.Object
implements Item

An item standing for a segment of the timeline.


Field Summary
 double end
           
 double start
           
 
Constructor Summary
TimespanItem(double s, double e)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Object getItem()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public double start

end

public double end
Constructor Detail

TimespanItem

public TimespanItem(double s,
                    double e)
Method Detail

getItem

public java.lang.Object getItem()
Specified by:
getItem in interface Item
Returns:
the value Object wrapped by this Item

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object