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

E12063-05

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

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.graph.GraphSelection
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataSelection

public class GraphSelection
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class GraphSelection.SelectionType
          Specifies the graph selection type
data: data components like bars, data markers, etc., can be selected
series: series components like legend markers, dataline, etc., can be selected
group: group components y1TickLabels, y1MajorTick, etc., can be selected
non_data: data components like Title, Subtitle, etc., can be selected.
 
Field Summary
protected  CommonGraph m_graph
           
protected  GraphContext m_graphContext
           
 
Constructor Summary
GraphSelection(UIGraph uiGraph)
           
 
Method Summary
 GraphContext getDataContext()
          Deprecated. getDataContext is deprecated and should not be used. It is not restored upon deserialization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_graphContext

protected transient GraphContext m_graphContext

m_graph

protected transient CommonGraph m_graph
Constructor Detail

GraphSelection

public GraphSelection(UIGraph uiGraph)
Method Detail

getDataContext

public GraphContext getDataContext()
Deprecated. getDataContext is deprecated and should not be used. It is not restored upon deserialization.


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

E12063-05

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