org.utgenome.gwt.utgb.client.bio
Class ReadQueryConfig

java.lang.Object
  extended by 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

Nested Class Summary
static class ReadQueryConfig.Layout
           
 
Field Summary
 boolean hasCanvasSupport
           
 ReadQueryConfig.Layout layout
           
 int maxmumNumberOfReadsToDisplay
           
 int pixelWidth
           
 String wigPath
          Path to the WIG db file of the read depth
 GraphWindow window
           
 
Constructor Summary
ReadQueryConfig()
           
ReadQueryConfig(int pixelWidth, boolean hasCanvasSupport, ReadQueryConfig.Layout layout)
           
ReadQueryConfig(int pixelWidth, boolean hasCanvasSupport, ReadQueryConfig.Layout layout, int maxmumNumberOfReadsToDisplay, String wigPath)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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.