Uses of Class
io.github.sosuisen.jfxbuilder.graphics.PerspectiveTransformBuilder
Packages that use PerspectiveTransformBuilder
-
Uses of PerspectiveTransformBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return PerspectiveTransformBuilderModifier and TypeMethodDescriptionPerspectiveTransformBuilder.apply
(Consumer<PerspectiveTransform> func) Applies a function to the PerspectiveTransform instance being constructed.static PerspectiveTransformBuilder
PerspectiveTransformBuilder.create()
Returns an instance of thePerspectiveTransformBuilder
.static PerspectiveTransformBuilder
PerspectiveTransformBuilder.create
(double ulx, double uly, double urx, double ury, double lrx, double lry, double llx, double lly) Accepts the constructor arguments ofPerspectiveTransform(double, double, double, double, double, double, double, double)
and returns an instance ofPerspectiveTransformBuilder
.A builder method that invokes thesetInput
method on the instance being constructed.PerspectiveTransformBuilder.inputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputProperty
of the instance being constructed.PerspectiveTransformBuilder.llx
(double value) A builder method that invokes thesetLlx
method on the instance being constructed.PerspectiveTransformBuilder.llxPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thellxProperty
of the instance being constructed.PerspectiveTransformBuilder.lly
(double value) A builder method that invokes thesetLly
method on the instance being constructed.PerspectiveTransformBuilder.llyPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thellyProperty
of the instance being constructed.PerspectiveTransformBuilder.lrx
(double value) A builder method that invokes thesetLrx
method on the instance being constructed.PerspectiveTransformBuilder.lrxPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thelrxProperty
of the instance being constructed.PerspectiveTransformBuilder.lry
(double value) A builder method that invokes thesetLry
method on the instance being constructed.PerspectiveTransformBuilder.lryPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thelryProperty
of the instance being constructed.PerspectiveTransformBuilder.ulx
(double value) A builder method that invokes thesetUlx
method on the instance being constructed.PerspectiveTransformBuilder.ulxPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theulxProperty
of the instance being constructed.PerspectiveTransformBuilder.uly
(double value) A builder method that invokes thesetUly
method on the instance being constructed.PerspectiveTransformBuilder.ulyPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theulyProperty
of the instance being constructed.PerspectiveTransformBuilder.urx
(double value) A builder method that invokes thesetUrx
method on the instance being constructed.PerspectiveTransformBuilder.urxPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theurxProperty
of the instance being constructed.PerspectiveTransformBuilder.ury
(double value) A builder method that invokes thesetUry
method on the instance being constructed.PerspectiveTransformBuilder.uryPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theuryProperty
of the instance being constructed.