org.utgenome.gwt.utgb.client.bio
Class ReadQueryConfig
java.lang.Object
org.utgenome.gwt.utgb.client.bio.ReadQueryConfig
- All Implemented Interfaces:
- Serializable
public class ReadQueryConfig
- extends Object
- implements Serializable
Read query configuration
- Author:
- leo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasCanvasSupport
public boolean hasCanvasSupport
layout
public ReadQueryConfig.Layout layout
pixelWidth
public int pixelWidth
maxmumNumberOfReadsToDisplay
public int maxmumNumberOfReadsToDisplay
wigPath
public String wigPath
- Path to the WIG db file of the read depth
window
public GraphWindow window
ReadQueryConfig
public ReadQueryConfig()
ReadQueryConfig
public ReadQueryConfig(int pixelWidth,
boolean hasCanvasSupport,
ReadQueryConfig.Layout layout,
int maxmumNumberOfReadsToDisplay,
String wigPath)
ReadQueryConfig
public ReadQueryConfig(int pixelWidth,
boolean hasCanvasSupport,
ReadQueryConfig.Layout layout)
Copyright © 2007-2012 utgenome.org. All Rights Reserved.