Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.graph
Interface GraphModel

All Superinterfaces:
Model

public interface GraphModel
extends Model

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

getGraphFormatManager

public 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

public 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

public 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

public void setGraphStyleManager(GraphStyleManager m)
Specifies the style manager that the graph uses.
Parameters:
m - The style manager for the graph to use.

getGraphView

public Graph getGraphView()
Retrieves the graph view that is associated with this model.
Returns:
The graph that uses this model.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.