| Modifier and Type | Method and Description |
|---|---|
C |
click()
Click the
MouseButton.PRIMARY at the center of the context |
C |
click(double x,
double y)
Click the
MouseButton.PRIMARY at the x/y coordinates relative the
left-upper corner of the context |
C |
click(javafx.scene.input.MouseButton button)
Click the
MouseButton at the center of the node |
C |
click(javafx.scene.input.MouseButton button,
double x,
double y)
Click the
MouseButton at the x/y coordinates relative the left-upper
corner of the context |
C |
doubleClick()
Double click the
MouseButton.PRIMARY at the center of the context |
C |
doubleClick(double x,
double y)
Double click the
MouseButton.PRIMARY at the x/y coordinates relative
the left-upper corner of the context |
C |
doubleClick(javafx.scene.input.MouseButton button)
Double click the
MouseButton at the center of the context |
C |
doubleClick(javafx.scene.input.MouseButton button,
double x,
double y)
Double click the
MouseButton at the x/y coordinates relative the
left-upper corner of the context |
C click()
MouseButton.PRIMARY at the center of the contextC click(javafx.scene.input.MouseButton button)
MouseButton at the center of the nodebutton - the buttonC click(double x, double y)
MouseButton.PRIMARY at the x/y coordinates relative the
left-upper corner of the contextx - the x difference to the left upper corner in the contexty - the y difference to the left upper corner in the contextC click(javafx.scene.input.MouseButton button, double x, double y)
MouseButton at the x/y coordinates relative the left-upper
corner of the contextbutton - the button typex - the x difference to the left upper corner in the contexty - the y difference to the left upper corner in the contextC doubleClick()
MouseButton.PRIMARY at the center of the contextC doubleClick(javafx.scene.input.MouseButton button)
MouseButton at the center of the contextbutton - the button typeC doubleClick(double x, double y)
MouseButton.PRIMARY at the x/y coordinates relative
the left-upper corner of the contextx - the x difference to the left upper corner in the contexty - the y difference to the left upper corner in the contextC doubleClick(javafx.scene.input.MouseButton button, double x, double y)
MouseButton at the x/y coordinates relative the
left-upper corner of the contextbutton - the buttonx - the x difference to the left upper corner in the contexty - the y difference to the left upper corner in the contextCopyright © 2017. All rights reserved.