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

E12063-08

oracle.adf.view.faces.bi.dnd
Class GraphDragContext

java.lang.Object
  extended by oracle.adf.view.faces.bi.dnd.GraphDragContext

public final class GraphDragContext
extends java.lang.Object

Encapsulates additional information from a drag operation originating from a graph.


Constructor Summary
GraphDragContext(java.lang.Double x, java.lang.Double y)
          Internal Use Only.
 
Method Summary
 java.lang.Number getX()
          Returns the x value of the position where the drag originated.
 java.lang.Number getY()
          Returns the y value of the position where the drag originated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDragContext

public GraphDragContext(java.lang.Double x,
                        java.lang.Double y)
Internal Use Only. Applications developers should not use this constructor. Constructor for creating an object to store graph drag context.

Parameters:
x - the x value of the position where the drag originated
y - the y value of the position where the drag originated
For internal use only. Application developers should not use this
Method Detail

getX

public java.lang.Number getX()
Returns the x value of the position where the drag originated. This value is only available if the graph has an x1 axis.

Returns:

getY

public java.lang.Number getY()
Returns the y value of the position where the drag originated.

Returns:

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

E12063-08

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