apollo.gui.genomemap
Class GuideLine

java.lang.Object
  extended by apollo.gui.genomemap.GuideLine
All Implemented Interfaces:
BaseScrollable

public class GuideLine
extends java.lang.Object
implements BaseScrollable


Constructor Summary
GuideLine(ScaleView sv)
           
 
Method Summary
 int getVisibleBase()
           
 int getVisibleBaseCount()
           
 void scrollToBase(int pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuideLine

public GuideLine(ScaleView sv)
Method Detail

scrollToBase

public void scrollToBase(int pos)
Specified by:
scrollToBase in interface BaseScrollable

getVisibleBase

public int getVisibleBase()
Specified by:
getVisibleBase in interface BaseScrollable

getVisibleBaseCount

public int getVisibleBaseCount()
Specified by:
getVisibleBaseCount in interface BaseScrollable