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.dnd
Class GraphDropSite

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

public class GraphDropSite
extends java.lang.Object

Represents the location of the drop on a graph

Since:
11.1.1.2.0

Constructor Summary
GraphDropSite(java.lang.Double oldX, java.lang.Double oldY, java.lang.Double newX, java.lang.Double newY)
          Internal Use Only.
 
Method Summary
 java.lang.Number getNewX()
          Returns the x value of the marker after the drag and drop.
 java.lang.Number getNewY()
          Returns the y value of the marker after the drag and drop.
 java.lang.Number getOldX()
          Returns the x value of the marker before the drag and drop.
 java.lang.Number getOldY()
          Returns the y value of the marker before the drag and drop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDropSite

public GraphDropSite(java.lang.Double oldX,
                     java.lang.Double oldY,
                     java.lang.Double newX,
                     java.lang.Double newY)
Internal Use Only. Applications developers should not use this constructor. Constructor for creating a graph drop event.

Parameters:
oldX - the x value of the marker before the drag and drop
oldY - the y value of the marker before the drag and drop
newX - the x value of the marker after the drag and drop
newY - the y value of the marker after the drag and drop
For internal use only. Application developers should not use this
Method Detail

getOldX

public java.lang.Number getOldX()
Returns the x value of the marker before the drag and drop.

Returns:

getOldY

public java.lang.Number getOldY()
Returns the y value of the marker before the drag and drop.

Returns:

getNewX

public java.lang.Number getNewX()
Returns the x value of the marker after the drag and drop.

Returns:

getNewY

public java.lang.Number getNewY()
Returns the y value of the marker after the drag and drop.

Returns:

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.