Uses of Class
org.utgenome.gwt.utgb.client.bio.GraphWindow

Packages that use GraphWindow
org.utgenome.format.wig   
org.utgenome.gwt.utgb.client.bio Biological data objects for Google Web Toolkit RPC (Remote Procedure Call). 
 

Uses of GraphWindow in org.utgenome.format.wig
 

Methods in org.utgenome.format.wig with parameters of type GraphWindow
static List<CompactWIGData> WIGDatabaseReader.getCompactWigDataList(File path, int pixelWidth, ChrLoc location, GraphWindow windowFunc)
           
static List<CompactWIGData> WIGDatabaseReader.getRoughCompactWigDataList(File path, int pixelWidth, ChrLoc location, GraphWindow windowFunc)
           
static List<WigGraphData> WIGDatabaseReader.getWigDataList(File fileName, int windowWidth, ChrLoc location, GraphWindow windowFunc)
           
 

Constructors in org.utgenome.format.wig with parameters of type GraphWindow
WIGDatabaseReader(File file, GraphWindow windowFunc)
           
WIGDatabaseReader(String inputFileURL, GraphWindow windowFunc)
           
 

Uses of GraphWindow in org.utgenome.gwt.utgb.client.bio
 

Fields in org.utgenome.gwt.utgb.client.bio declared as GraphWindow
 GraphWindow ReadQueryConfig.window
           
 

Methods in org.utgenome.gwt.utgb.client.bio that return GraphWindow
static GraphWindow GraphWindow.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GraphWindow[] GraphWindow.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.