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 ShearBuilderShearBuilder.create()Returns an instance of theShearBuilder.static ShearBuilderShearBuilder.create(double x, double y) Accepts the constructor arguments ofShear(double, double)and returns an instance ofShearBuilder.static ShearBuilderShearBuilder.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 theidentityPropertyof the instance being constructed.ShearBuilder.onTransformChanged(EventHandler<? super TransformChangedEvent> value) A builder method that invokes thesetOnTransformChangedmethod on the instance being constructed.ShearBuilder.onTransformChangedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TransformChangedEvent>>> op) Applies a function to theonTransformChangedPropertyof the instance being constructed.ShearBuilder.pivotX(double value) A builder method that invokes thesetPivotXmethod on the instance being constructed.ShearBuilder.pivotXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepivotXPropertyof the instance being constructed.ShearBuilder.pivotY(double value) A builder method that invokes thesetPivotYmethod on the instance being constructed.ShearBuilder.pivotYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepivotYPropertyof the instance being constructed.ShearBuilder.type2DPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thetype2DPropertyof the instance being constructed.ShearBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.ShearBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.ShearBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.ShearBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.