Uses of Class
com.teamdev.jxbrowser.ui.event.MouseWheel.Builder
Packages that use MouseWheel.Builder
-
Uses of MouseWheel.Builder in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return MouseWheel.BuilderModifier 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.