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 number of units to scroll horizontally.MouseWheel.Builder.deltaY(float deltaY) Sets the number 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.BuilderMouseWheel.newBuilder(Point location) Creates a newMouseWheelbuilder with the given required parameters.MouseWheel.Builder.scrollType(ScrollType scrollType) Sets the scroll type of the event.