org.utgenome.gwt.utgb.client.track.bean
Class TrackWindowBean

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.track.bean.TrackWindowBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class TrackWindowBean
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
TrackWindowBean()
           
TrackWindowBean(int start, int end, int width)
           
 
Method Summary
 int getEnd()
           
 int getStart()
           
 int getWidth()
           
 void setEnd(int end)
           
 void setStart(int start)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackWindowBean

public TrackWindowBean()

TrackWindowBean

public TrackWindowBean(int start,
                       int end,
                       int width)
Parameters:
start -
end -
width -
Method Detail

getStart

public int getStart()

setStart

public void setStart(int start)

getEnd

public int getEnd()

setEnd

public void setEnd(int end)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.