Uses of Class
io.github.sosuisen.jfxbuilder.graphics.RotateBuilder
Packages that use RotateBuilder
-
Uses of RotateBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return RotateBuilderModifier and TypeMethodDescriptionRotateBuilder.angle
(double value) A builder method that invokes thesetAngle
method on the instance being constructed.RotateBuilder.anglePropertyApply
(Consumer<DoubleProperty> op) Applies a function to theangleProperty
of the instance being constructed.Applies a function to the Rotate instance being constructed.A builder method that invokes thesetAxis
method on the instance being constructed.RotateBuilder.axisPropertyApply
(Consumer<ObjectProperty<Point3D>> op) Applies a function to theaxisProperty
of the instance being constructed.static RotateBuilder
RotateBuilder.create()
Returns an instance of theRotateBuilder
.static RotateBuilder
RotateBuilder.create
(double angle) Accepts the constructor arguments ofRotate(double)
and returns an instance ofRotateBuilder
.static RotateBuilder
RotateBuilder.create
(double angle, double pivotX, double pivotY) Accepts the constructor arguments ofRotate(double, double, double)
and returns an instance ofRotateBuilder
.static RotateBuilder
RotateBuilder.create
(double angle, double pivotX, double pivotY, double pivotZ) Accepts the constructor arguments ofRotate(double, double, double, double)
and returns an instance ofRotateBuilder
.static RotateBuilder
Accepts the constructor arguments ofRotate(double, double, double, double, Point3D)
and returns an instance ofRotateBuilder
.static RotateBuilder
Accepts the constructor arguments ofRotate(double, Point3D)
and returns an instance ofRotateBuilder
.RotateBuilder.identityPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theidentityProperty
of the instance being constructed.RotateBuilder.onTransformChanged
(EventHandler<? super TransformChangedEvent> value) A builder method that invokes thesetOnTransformChanged
method on the instance being constructed.RotateBuilder.onTransformChangedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TransformChangedEvent>>> op) Applies a function to theonTransformChangedProperty
of the instance being constructed.RotateBuilder.pivotX
(double value) A builder method that invokes thesetPivotX
method on the instance being constructed.RotateBuilder.pivotXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thepivotXProperty
of the instance being constructed.RotateBuilder.pivotY
(double value) A builder method that invokes thesetPivotY
method on the instance being constructed.RotateBuilder.pivotYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thepivotYProperty
of the instance being constructed.RotateBuilder.pivotZ
(double value) A builder method that invokes thesetPivotZ
method on the instance being constructed.RotateBuilder.pivotZPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thepivotZProperty
of the instance being constructed.RotateBuilder.type2DPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thetype2DProperty
of the instance being constructed.