|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphWindow | |
---|---|
org.utgenome.format.wig | |
org.utgenome.gwt.utgb.client | UTGB Browser interface & track implementations. |
org.utgenome.gwt.utgb.client.bio | Biological data objects for Google Web Toolkit RPC (Remote Procedure Call). |
org.utgenome.gwt.utgb.server | UTGB's server-side libraries for supporting web request handling, managing database connections, initialization of UTGB web applications, etc. |
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 |
---|
Methods in org.utgenome.gwt.utgb.client with parameters of type GraphWindow | |
---|---|
List<CompactWIGData> |
BrowserService.getCompactWigDataList(String fileName,
int windowWidth,
ChrLoc location,
GraphWindow window)
|
void |
BrowserServiceAsync.getCompactWigDataList(String fileName,
int windowWidth,
ChrLoc location,
GraphWindow window,
com.google.gwt.user.client.rpc.AsyncCallback<List<CompactWIGData>> callback)
|
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. |
Uses of GraphWindow in org.utgenome.gwt.utgb.server |
---|
Methods in org.utgenome.gwt.utgb.server with parameters of type GraphWindow | |
---|---|
List<CompactWIGData> |
BrowserServiceImpl.getCompactWigDataList(String path,
int windowWidth,
ChrLoc location,
GraphWindow window)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |