|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Methods that the graph needs from a model. Most developers will use the BI Beans implementation of this interface.
| Fields inherited from interface oracle.dss.dataView.Model |
VIEW_PAGE_FIRST, VIEW_PAGE_LAST, VIEW_PAGE_NEXT, VIEW_PAGE_PREVIOUS |
| Method Summary | |
GraphFormatManager |
getGraphFormatManager()Retrieves the format manager that the graph uses. |
GraphStyleManager |
getGraphStyleManager()Retrieves the style manager that the graph uses. |
Graph |
getGraphView()Retrieves the graph view that is associated with this model. |
void |
setGraphFormatManager(GraphFormatManager m)Specifies the format manager that the graph uses. |
void |
setGraphStyleManager(GraphStyleManager m)Specifies the style manager that the graph uses. |
| Methods inherited from interface oracle.dss.dataView.Model |
addDataListener, addModelListener, getDataAccess, getDataDirector, getDataSource, isDrillingEnabled, removeDataListener, removeModelListener, setDataAccess, setDataDirector, setDataSource, setDrillingEnabled |
| Method Detail |
public GraphFormatManager getGraphFormatManager()
getGraphFormatManager method calls this method.public void setGraphFormatManager(GraphFormatManager m)
setGraphFormatManager method calls this method.m - The format manager for the graph to use.public GraphStyleManager getGraphStyleManager()
public void setGraphStyleManager(GraphStyleManager m)
m - The style manager for the graph to use.public Graph getGraphView()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||