|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.mayo.bsi.ngsportal.client.SGEBarGraph
public abstract class SGEBarGraph
SGEBarGraph is an abstract class definition defining methods needed to fill and update a bargraph with data from grid engine metrics.
| Nested Class Summary | |
|---|---|
static class |
SGEBarGraph.SGEGraphType
List of types of graphs for the bar graph to display. |
| Constructor Summary | |
|---|---|
SGEBarGraph()
|
|
| Method Summary | |
|---|---|
abstract com.google.gwt.visualization.client.visualizations.corechart.BarChart |
createBarChart()
Sets options and creates the bar chart with an empty data table (call SGEBarGraph.UpdateTable to fill with real data). |
abstract com.smartgwt.client.widgets.grid.ListGrid |
createListGrid()
Returns an empty ListGrid for holding Chart data |
abstract com.google.gwt.visualization.client.DataTable |
getDataTable()
Returns the DataTable contained in the bargraph resource. |
abstract com.google.gwt.visualization.client.visualizations.corechart.Options |
getOptions()
Returns the Visualization Options for the bar graph. |
abstract void |
setSGEData(SGEBarGraph.SGEGraphType graphtype)
Sets the type of data to display from the types contained in SGEBarGraph; See SGEBarGraph Type Constants for possible values. |
abstract void |
updateTable()
Updates the DataTable by RPC call to NGSPortal and redraws the bargraph. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SGEBarGraph()
| Method Detail |
|---|
public abstract com.google.gwt.visualization.client.DataTable getDataTable()
public abstract com.google.gwt.visualization.client.visualizations.corechart.Options getOptions()
public abstract void updateTable()
public abstract com.google.gwt.visualization.client.visualizations.corechart.BarChart createBarChart()
public abstract void setSGEData(SGEBarGraph.SGEGraphType graphtype)
graphtype - The enumerated type of graph to drawpublic abstract com.smartgwt.client.widgets.grid.ListGrid createListGrid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||