| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.graph.GraphEventHandler
public class GraphEventHandler
Event Handler to support Graph interactivity (such as Zoom and Scroll) without the ADF Faces layer. Applications developers generally do not need to use this class.
| Constructor Summary | |
|---|---|
GraphEventHandler()
 | 
|
| Method Summary | |
|---|---|
static void | 
decodeClientProperties(CommonGraph graph,
                       java.lang.String clientProperties)
 | 
static void | 
handleDataScroll(CommonGraph graph,
                 java.lang.String axis,
                 java.lang.String count,
                 java.lang.String start,
                 java.lang.String span,
                 java.lang.String type)
Deprecated. use handleEvent(oracle.dss.graph.CommonGraph, java.util.Map instead | 
static void | 
handleDataZoomIn(CommonGraph graph,
                 int x,
                 int y,
                 int width,
                 int height)
Deprecated. use handleEvent(oracle.dss.graph.CommonGraph, java.util.Map instead | 
static void | 
handleDataZoomInIncr(CommonGraph graph,
                     int x,
                     int y)
Deprecated. use handleEvent(oracle.dss.graph.CommonGraph, java.util.Map instead | 
static void | 
handleDataZoomInIncr(CommonGraph graph,
                     java.lang.String axis)
Deprecated. use handleEvent(oracle.dss.graph.CommonGraph, java.util.Map instead | 
static void | 
handleDataZoomOut(CommonGraph graph,
                  int x,
                  int y,
                  int width,
                  int height)
Deprecated. use handleEvent(oracle.dss.graph.CommonGraph, java.util.Map instead | 
static void | 
handleDataZoomOutIncr(CommonGraph graph,
                      int x,
                      int y)
Deprecated. use handleEvent(oracle.dss.graph.CommonGraph, java.util.Map instead | 
static void | 
handleDataZoomOutIncr(CommonGraph graph,
                      java.lang.String axis)
Deprecated. use handleEvent(oracle.dss.graph.CommonGraph, java.util.Map instead | 
static java.lang.Object | 
handleEvent(CommonGraph graph,
            java.util.Map<java.lang.String,java.lang.String> params)
Generic handler for all graph events.  | 
static void | 
handleHideShowSeriesEvent(CommonGraph graph,
                          int series,
                          int visibility)
Helper function to set the visibility of a series.  | 
static void | 
handleLineSelectPoint(CommonGraph graph,
                      int x,
                      int y)
Deprecated. use handleEvent(oracle.dss.graph.CommonGraph, java.util.Map instead | 
static void | 
handleTimeSelectorEvent(CommonGraph graph,
                        long startTime,
                        long endTime)
Deprecated. use handleEvent(oracle.dss.graph.CommonGraph, java.util.Map instead | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GraphEventHandler()
| Method Detail | 
|---|
public static java.lang.Object handleEvent(CommonGraph graph,
                                           java.util.Map<java.lang.String,java.lang.String> params)
GraphXMLWriterCallback to support encoding and decoding of event payloads.
graph - the CommonGraph instance to which the event belongsparams - the event parameters sent from the client
null: if no additional context is necessaryTimeSelectorEvent: if the user manipulated the time selectorGraphXMLWriterCallback
public static void decodeClientProperties(CommonGraph graph,
                                          java.lang.String clientProperties)
@Deprecated
public static void handleDataScroll(CommonGraph graph,
                                               java.lang.String axis,
                                               java.lang.String count,
                                               java.lang.String start,
                                               java.lang.String span,
                                               java.lang.String type)
handleEvent(oracle.dss.graph.CommonGraph, java.util.Map)  instead
graph - CommonGraph to configureaxis - axis being scrolledcount - total scroll spanstart - scroll positionspan - scroll thumb span
@Deprecated
public static void handleDataZoomIn(CommonGraph graph,
                                               int x,
                                               int y,
                                               int width,
                                               int height)
handleEvent(oracle.dss.graph.CommonGraph, java.util.Map)  instead
graph - CommonGraph to configurex - x coordinate of zoom recty - y coordinate of zoom rectwidth - width of zoom rectheight - height of zoom rect
@Deprecated
public static void handleDataZoomOut(CommonGraph graph,
                                                int x,
                                                int y,
                                                int width,
                                                int height)
handleEvent(oracle.dss.graph.CommonGraph, java.util.Map)  instead
graph - CommonGraph to configurex - x coordinate of zoom recty - y coordinate of zoom rectwidth - width of zoom rectheight - height of zoom rect
@Deprecated
public static void handleDataZoomInIncr(CommonGraph graph,
                                                   int x,
                                                   int y)
handleEvent(oracle.dss.graph.CommonGraph, java.util.Map)  instead
graph - CommonGraph to configurex - x coordinate of zoomy - y coordinate of zoom
@Deprecated
public static void handleLineSelectPoint(CommonGraph graph,
                                                    int x,
                                                    int y)
handleEvent(oracle.dss.graph.CommonGraph, java.util.Map)  instead
@Deprecated
public static void handleDataZoomOutIncr(CommonGraph graph,
                                                    int x,
                                                    int y)
handleEvent(oracle.dss.graph.CommonGraph, java.util.Map)  instead
graph - CommonGraph to configurex - x coordinate of zoomy - y coordinate of zoom
@Deprecated
public static void handleDataZoomInIncr(CommonGraph graph,
                                                   java.lang.String axis)
handleEvent(oracle.dss.graph.CommonGraph, java.util.Map)  instead
graph - CommonGraph to configureaxis - axis being zoomed
@Deprecated
public static void handleDataZoomOutIncr(CommonGraph graph,
                                                    java.lang.String axis)
handleEvent(oracle.dss.graph.CommonGraph, java.util.Map)  instead
graph - CommonGraph to configureaxis - axis being zoomed
@Deprecated
public static void handleTimeSelectorEvent(CommonGraph graph,
                                                      long startTime,
                                                      long endTime)
handleEvent(oracle.dss.graph.CommonGraph, java.util.Map)  instead
graph - CommonGraph to configurestartTime - start of time selectorendTime - end of time selector
public static void handleHideShowSeriesEvent(CommonGraph graph,
                                             int series,
                                             int visibility)
graph - CommonGraph to configureseries - Series to togglevisibility - Visible status for the series
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||