Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.2.1)
E52768-01
- java.lang.Object
-
- oracle.adf.view.faces.bi.dnd.GraphDragContext
-
-
Constructor Summary
Constructors
Constructor and Description |
GraphDragContext(java.lang.Double x,
java.lang.Double y)
Internal Use Only.
|
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
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
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.2.1)
E52768-01
Copyright © 1997, 2015, Oracle. All rights reserved.