|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphModel
Methods that the graph needs from a model. Most developers will use the BI Beans implementation of this interface.
Field Summary |
---|
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, canDrill, canPivot, drillGestureHappened, getControllerActions, getDataAccess, getDataDirector, getDataSource, getErrorHandler, isDrillingEnabled, pageChangeHappened, pageChangeHappened, pivotGestureHappened, removeDataListener, removeModelListener, setDataAccess, setDataDirector, setDataSource, setDrillingEnabled, setErrorHandler, viewDataChanged |
Method Detail |
---|
GraphFormatManager getGraphFormatManager()
getGraphFormatManager
method calls this method.
void setGraphFormatManager(GraphFormatManager m)
setGraphFormatManager
method calls this method.
m
- The format manager for the graph to use.GraphStyleManager getGraphStyleManager()
void setGraphStyleManager(GraphStyleManager m)
m
- The style manager for the graph to use.Graph getGraphView()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |