File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
src/at/gmi/nordborglab/widgets/geneviewer/client Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -112,4 +112,20 @@ public final native void setGeneData(JavaScriptObject geneData) /*-{
112
112
public final native void setChromosome (String chromosome ) /*-{
113
113
this.api_setChromosome(chromosome);
114
114
}-*/ ;
115
+
116
+ public final native void setViewRegion (int viewStart , int viewEnd ) /*-{
117
+ this.api_setViewRegion(viewStart,viewEnd);
118
+ }-*/ ;
119
+
120
+ public final native int getViewStart () /*-{
121
+ return this.api_getViewStart();
122
+ }-*/ ;
123
+
124
+ public final native int getViewEnd () /*-{
125
+ return this.api_getViewEnd();
126
+ }-*/ ;
127
+
128
+ public final native void redraw (boolean isFetchGenes ) /*-{
129
+ this.api_redraw(isFetchGenes);
130
+ }-*/ ;
115
131
}
You can’t perform that action at this time.
0 commit comments