public class GenomeBrowserState extends Object
GenomeBrowser
.Constructor and Description |
---|
GenomeBrowserState()
Creates a new
GenomeBrowserState instance with empty values. |
Modifier and Type | Method and Description |
---|---|
String |
getChr() |
LinkedList<File> |
getFiles() |
long |
getFinalPosition() |
long |
getInitialPosition() |
int |
getNumberOfIntervals() |
LinkedList<Painter> |
getPainters() |
Collection<TrackOption> |
getTrackOptions(Painter p) |
void |
saveStatus(GenomeBrowser genomeBrowser)
Updates the variables in this object to store the current status of the
specified
GenomeBrowser . |
void |
setChr(String chr) |
void |
setFinalPosition(long finalPosition) |
void |
setInitialPosition(long initialPosition) |
void |
setNumberOfIntervals(int numberOfIntervals) |
public GenomeBrowserState()
GenomeBrowserState
instance with empty values.public long getInitialPosition()
public void setInitialPosition(long initialPosition)
public long getFinalPosition()
public void setFinalPosition(long finalPosition)
public String getChr()
public void setChr(String chr)
public int getNumberOfIntervals()
public void setNumberOfIntervals(int numberOfIntervals)
public LinkedList<File> getFiles()
public LinkedList<Painter> getPainters()
public Collection<TrackOption> getTrackOptions(Painter p)
public void saveStatus(GenomeBrowser genomeBrowser)
GenomeBrowser
.genomeBrowser
- a GenomeBrowser
objectCopyright © 2014–2020. All rights reserved.