Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

oracle.adf.view.faces.bi.component.graph
Class GraphContext

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.graph.GraphContext
Direct Known Subclasses:
DataContext

Deprecated. GraphContext is not serializable and should not be used

@Deprecated
public abstract class GraphContext
extends java.lang.Object


Field Summary
protected  CommonGraph m_CommonGraph
          Deprecated.  
 
Constructor Summary
GraphContext(CommonGraph graph)
          Deprecated. Constructor
 
Method Summary
protected  KeyMap getKeyMap(int edge, int slice)
          Deprecated. Helper function to construct the keymap for a given edge and slice.
protected  int getSliceIndexFromAttributes(KeyMap attributes, int edge)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_CommonGraph

protected CommonGraph m_CommonGraph
Deprecated. 
Constructor Detail

GraphContext

public GraphContext(CommonGraph graph)
Deprecated. 
Constructor

Method Detail

getKeyMap

protected KeyMap getKeyMap(int edge,
                           int slice)
Deprecated. 
Helper function to construct the keymap for a given edge and slice.

Parameters:
graph -
edge -
slice -
Returns:

getSliceIndexFromAttributes

protected int getSliceIndexFromAttributes(KeyMap attributes,
                                          int edge)
Deprecated. 
Parameters:
attributes -
edge -
Returns:
-1 if the slice is not found or fully specified
For internal use only. Application developers should not use this
Retrieve the slice index on an edge based on the dimension/measure pairs from the KeyMap

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

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