|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.dnd.GraphDropSite
public class GraphDropSite
Represents the location of the drop on a graph
| 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 |
|---|
public GraphDropSite(java.lang.Double oldX,
java.lang.Double oldY,
java.lang.Double newX,
java.lang.Double newY)
oldX - the x value of the marker before the drag and dropoldY - the y value of the marker before the drag and dropnewX - the x value of the marker after the drag and dropnewY - the y value of the marker after the drag and drop| Method Detail |
|---|
public java.lang.Number getOldX()
public java.lang.Number getOldY()
public java.lang.Number getNewX()
public java.lang.Number getNewY()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||