Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

oracle.dss.graph
Interface GraphModel

All Superinterfaces:
Model
All Known Implementing Classes:
GraphModelAdapter

public interface GraphModel
extends Model

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

getGraphFormatManager

GraphFormatManager getGraphFormatManager()
Retrieves the format manager that the graph uses. The graph getGraphFormatManager method calls this method.

Returns:
The format manager of the graph that is associated with this model.

setGraphFormatManager

void setGraphFormatManager(GraphFormatManager m)
Specifies the format manager that the graph uses. The graph setGraphFormatManager method calls this method.

Parameters:
m - The format manager for the graph to use.

getGraphStyleManager

GraphStyleManager getGraphStyleManager()
Retrieves the style manager that the graph uses. The paging control calls this method.

Returns:
The style manager for the graph that is associated with this model.

setGraphStyleManager

void setGraphStyleManager(GraphStyleManager m)
Specifies the style manager that the graph uses.

Parameters:
m - The style manager for the graph to use.

getGraphView

Graph getGraphView()
Retrieves the graph view that is associated with this model.

Returns:
The graph that uses this model.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

Copyright © 1997, 2011, Oracle. All rights reserved.