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 thesetAnglemethod on the instance being constructed.RotateBuilder.anglePropertyApply(Consumer<DoubleProperty> op) Applies a function to theanglePropertyof the instance being constructed.Applies a function to the Rotate instance being constructed.A builder method that invokes thesetAxismethod on the instance being constructed.RotateBuilder.axisPropertyApply(Consumer<ObjectProperty<Point3D>> op) Applies a function to theaxisPropertyof the instance being constructed.static RotateBuilderRotateBuilder.create()Returns an instance of theRotateBuilder.static RotateBuilderRotateBuilder.create(double angle) Accepts the constructor arguments ofRotate(double)and returns an instance ofRotateBuilder.static RotateBuilderRotateBuilder.create(double angle, double pivotX, double pivotY) Accepts the constructor arguments ofRotate(double, double, double)and returns an instance ofRotateBuilder.static RotateBuilderRotateBuilder.create(double angle, double pivotX, double pivotY, double pivotZ) Accepts the constructor arguments ofRotate(double, double, double, double)and returns an instance ofRotateBuilder.static RotateBuilderAccepts the constructor arguments ofRotate(double, double, double, double, Point3D)and returns an instance ofRotateBuilder.static RotateBuilderAccepts the constructor arguments ofRotate(double, Point3D)and returns an instance ofRotateBuilder.RotateBuilder.identityPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theidentityPropertyof the instance being constructed.RotateBuilder.onTransformChanged(EventHandler<? super TransformChangedEvent> value) A builder method that invokes thesetOnTransformChangedmethod on the instance being constructed.RotateBuilder.onTransformChangedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TransformChangedEvent>>> op) Applies a function to theonTransformChangedPropertyof the instance being constructed.RotateBuilder.pivotX(double value) A builder method that invokes thesetPivotXmethod on the instance being constructed.RotateBuilder.pivotXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepivotXPropertyof the instance being constructed.RotateBuilder.pivotY(double value) A builder method that invokes thesetPivotYmethod on the instance being constructed.RotateBuilder.pivotYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepivotYPropertyof the instance being constructed.RotateBuilder.pivotZ(double value) A builder method that invokes thesetPivotZmethod on the instance being constructed.RotateBuilder.pivotZPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepivotZPropertyof the instance being constructed.RotateBuilder.type2DPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thetype2DPropertyof the instance being constructed.