gata.plotter
Class StartStop

java.lang.Object
  extended bygata.plotter.StartStop
All Implemented Interfaces:
java.lang.Comparable

public class StartStop
extends java.lang.Object
implements java.lang.Comparable

Author:
Nix Simple object used for sorting an arrays of start stops

Constructor Summary
StartStop(int start, int stop)
           
 
Method Summary
 int compareTo(java.lang.Object otherObject)
           
 int[] getStartStop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartStop

public StartStop(int start,
                 int stop)
Method Detail

compareTo

public int compareTo(java.lang.Object otherObject)
Specified by:
compareTo in interface java.lang.Comparable

getStartStop

public int[] getStartStop()