Class WheelEventParams.Builder

java.lang.Object
com.teamdev.jxbrowser.dom.event.WheelEventParams.Builder
Enclosing interface:
WheelEventParams

public static final class WheelEventParams.Builder extends Object
A builder of WheelEventParams.

Builders are created by invoking WheelEventParams.newBuilder(). Each of the setter methods modifies the state of the builder and returns the same instance. Builders are not thread-safe and should not be used concurrently from multiple threads without external synchronization.