Uses of Class
io.github.sosuisen.jfxbuilder.graphics.ShearBuilder
Packages that use ShearBuilder
-
Uses of ShearBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return ShearBuilderModifier and TypeMethodDescriptionApplies a function to the Shear instance being constructed.static ShearBuilder
ShearBuilder.create()
Returns an instance of theShearBuilder
.static ShearBuilder
ShearBuilder.create
(double x, double y) Accepts the constructor arguments ofShear(double, double)
and returns an instance ofShearBuilder
.static ShearBuilder
ShearBuilder.create
(double x, double y, double pivotX, double pivotY) Accepts the constructor arguments ofShear(double, double, double, double)
and returns an instance ofShearBuilder
.ShearBuilder.identityPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theidentityProperty
of the instance being constructed.ShearBuilder.onTransformChanged
(EventHandler<? super TransformChangedEvent> value) A builder method that invokes thesetOnTransformChanged
method on the instance being constructed.ShearBuilder.onTransformChangedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TransformChangedEvent>>> op) Applies a function to theonTransformChangedProperty
of the instance being constructed.ShearBuilder.pivotX
(double value) A builder method that invokes thesetPivotX
method on the instance being constructed.ShearBuilder.pivotXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thepivotXProperty
of the instance being constructed.ShearBuilder.pivotY
(double value) A builder method that invokes thesetPivotY
method on the instance being constructed.ShearBuilder.pivotYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thepivotYProperty
of the instance being constructed.ShearBuilder.type2DPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thetype2DProperty
of the instance being constructed.ShearBuilder.x
(double value) A builder method that invokes thesetX
method on the instance being constructed.ShearBuilder.xPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thexProperty
of the instance being constructed.ShearBuilder.y
(double value) A builder method that invokes thesetY
method on the instance being constructed.ShearBuilder.yPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theyProperty
of the instance being constructed.