Interface D3.Event
-
- Enclosing interface:
- D3
@JsType(isNative=true) public static interface D3.Event
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetCurrentTarget()intgetPageX()intgetPageY()
-
-
-
Method Detail
-
getCurrentTarget
@JsProperty Object getCurrentTarget()
-
getPageX
@JsProperty int getPageX()
-
getPageY
@JsProperty int getPageY()
-
-