Uses of Class
com.teamdev.jxbrowser.ui.event.MouseWheel.Builder
-
Uses of MouseWheel.Builder in com.teamdev.jxbrowser.ui.event
Modifier and TypeMethodDescriptionMouseWheel.Builder.deltaX
(float deltaX) Sets the amount of units to scroll horizontally.MouseWheel.Builder.deltaY
(float deltaY) Sets the amount of units to scroll vertically.MouseWheel.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MouseWheel.Builder.locationOnScreen
(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.static MouseWheel.Builder
MouseWheel.newBuilder
(Point location) Creates a newMouseWheel
builder with the given required parameters.MouseWheel.Builder.scrollType
(ScrollType scrollType) Sets the scroll type of the event.