Uses of Class
gcspy.vis.MarkerRange

Packages that use MarkerRange
gcspy.vis This package provides the major classes for the GCspy visualiser. 
 

Uses of MarkerRange in gcspy.vis
 

Methods in gcspy.vis that return MarkerRange
 MarkerRange Markers.add(int m1, int m2)
          Create and add a new marker range
 

Methods in gcspy.vis that return types with arguments of type MarkerRange
 java.util.Iterator<MarkerRange> Markers.iterator()
          Get an iterator for the markers
 

Methods in gcspy.vis with parameters of type MarkerRange
 void Markers.addRange(MarkerRange newRange)
          Extend a range of markers
 void MarkerRange.copyFrom(MarkerRange range)
          Copy a marker range
 void Markers.remove(MarkerRange range)
          Remove a marker range
 void Markers.removeRange(MarkerRange newRange)
          Remove a range of markers