| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.5.0) E12063-06  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.dss.graph.GraphEventHandler
public class GraphEventHandler
Event Handler to support Graph interactivity (such as Zoom and Scroll) without the ADF Faces layer.
| Constructor Summary | |
|---|---|
GraphEventHandler() | 
|
| Method Summary | |
|---|---|
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)Handle a data scroll event.  | 
static void | 
handleDataZoomIn(CommonGraph graph, int x, int y, int width, int height)Handle a data zoom in event.  | 
static void | 
handleDataZoomInIncr(CommonGraph graph, int x, int y)Handle a data zoom in event.  | 
static void | 
handleDataZoomInIncr(CommonGraph graph, java.lang.String axis)Handle an incremental data zoom in event on an axis.  | 
static void | 
handleDataZoomOut(CommonGraph graph, int x, int y, int width, int height)Handle a data zoom out event.  | 
static void | 
handleDataZoomOutIncr(CommonGraph graph, int x, int y)Handle a data zoom out event.  | 
static void | 
handleDataZoomOutIncr(CommonGraph graph, java.lang.String axis)Handle an incremental data zoom out event on an axis.  | 
static void | 
handleHideShowSeriesEvent(CommonGraph graph, int series, int visibility)Handle a hide and show series event.  | 
static void | 
handleLineSelectPoint(CommonGraph graph, int x, int y) | 
static void | 
handleTimeSelectorEvent(CommonGraph graph, long startTime, long endTime)Handle a time selector event.  | 
| 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 void handleDataScroll(CommonGraph graph,
                                    java.lang.String axis,
                                    java.lang.String count,
                                    java.lang.String start,
                                    java.lang.String span,
                                    java.lang.String type)
graph - CommonGraph to configureaxis - axis being scrolledcount - total scroll spanstart - scroll positionspan - scroll thumb span
public static void handleDataZoomIn(CommonGraph graph,
                                    int x,
                                    int y,
                                    int width,
                                    int height)
graph - CommonGraph to configurex - x coordinate of zoom recty - y coordinate of zoom rectwidth - width of zoom rectheight - height of zoom rect
public static void handleDataZoomOut(CommonGraph graph,
                                     int x,
                                     int y,
                                     int width,
                                     int height)
graph - CommonGraph to configurex - x coordinate of zoom recty - y coordinate of zoom rectwidth - width of zoom rectheight - height of zoom rect
public static void handleDataZoomInIncr(CommonGraph graph,
                                        int x,
                                        int y)
graph - CommonGraph to configurex - x coordinate of zoomy - y coordinate of zoom
public static void handleLineSelectPoint(CommonGraph graph,
                                         int x,
                                         int y)
public static void handleDataZoomOutIncr(CommonGraph graph,
                                         int x,
                                         int y)
graph - CommonGraph to configurex - x coordinate of zoomy - y coordinate of zoom
public static void handleDataZoomInIncr(CommonGraph graph,
                                        java.lang.String axis)
graph - CommonGraph to configureaxis - axis being zoomed
public static void handleDataZoomOutIncr(CommonGraph graph,
                                         java.lang.String axis)
graph - CommonGraph to configureaxis - axis being zoomed
public static void handleTimeSelectorEvent(CommonGraph graph,
                                           long startTime,
                                           long endTime)
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.5.0) E12063-06  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||