Uses of Class
io.github.sosuisen.jfxbuilder.graphics.RotateEventBuilder
Packages that use RotateEventBuilder
-
Uses of RotateEventBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return RotateEventBuilderModifier and TypeMethodDescriptionRotateEventBuilder.apply
(Consumer<RotateEvent> func) Applies a function to the RotateEvent instance being constructed.static RotateEventBuilder
RotateEventBuilder.create
(Object source, EventTarget target, EventType<RotateEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, boolean inertia, double angle, double totalAngle, PickResult pickResult) Accepts the constructor arguments ofRotateEvent(Object, EventTarget, EventType, double, double, double, double, boolean, boolean, boolean, boolean, boolean, boolean, double, double, PickResult)
and returns an instance ofRotateEventBuilder
.static RotateEventBuilder
RotateEventBuilder.create
(EventType<RotateEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, boolean inertia, double angle, double totalAngle, PickResult pickResult) Accepts the constructor arguments ofRotateEvent(EventType, double, double, double, double, boolean, boolean, boolean, boolean, boolean, boolean, double, double, PickResult)
and returns an instance ofRotateEventBuilder
.