Uses of Class
io.github.sosuisen.jfxbuilder.graphics.ZoomEventBuilder
Packages that use ZoomEventBuilder
-
Uses of ZoomEventBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return ZoomEventBuilderModifier and TypeMethodDescriptionApplies a function to the ZoomEvent instance being constructed.static ZoomEventBuilder
ZoomEventBuilder.create
(Object source, EventTarget target, EventType<ZoomEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, boolean inertia, double zoomFactor, double totalZoomFactor, PickResult pickResult) Accepts the constructor arguments ofZoomEvent(Object, EventTarget, EventType, double, double, double, double, boolean, boolean, boolean, boolean, boolean, boolean, double, double, PickResult)
and returns an instance ofZoomEventBuilder
.static ZoomEventBuilder
ZoomEventBuilder.create
(EventType<ZoomEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, boolean inertia, double zoomFactor, double totalZoomFactor, PickResult pickResult) Accepts the constructor arguments ofZoomEvent(EventType, double, double, double, double, boolean, boolean, boolean, boolean, boolean, boolean, double, double, PickResult)
and returns an instance ofZoomEventBuilder
.