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 PerspectiveTransformBuilderPerspectiveTransformBuilder.create()Returns an instance of thePerspectiveTransformBuilder.static PerspectiveTransformBuilderPerspectiveTransformBuilder.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 thesetInputmethod on the instance being constructed.PerspectiveTransformBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.PerspectiveTransformBuilder.llx(double value) A builder method that invokes thesetLlxmethod on the instance being constructed.PerspectiveTransformBuilder.llxPropertyApply(Consumer<DoubleProperty> op) Applies a function to thellxPropertyof the instance being constructed.PerspectiveTransformBuilder.lly(double value) A builder method that invokes thesetLlymethod on the instance being constructed.PerspectiveTransformBuilder.llyPropertyApply(Consumer<DoubleProperty> op) Applies a function to thellyPropertyof the instance being constructed.PerspectiveTransformBuilder.lrx(double value) A builder method that invokes thesetLrxmethod on the instance being constructed.PerspectiveTransformBuilder.lrxPropertyApply(Consumer<DoubleProperty> op) Applies a function to thelrxPropertyof the instance being constructed.PerspectiveTransformBuilder.lry(double value) A builder method that invokes thesetLrymethod on the instance being constructed.PerspectiveTransformBuilder.lryPropertyApply(Consumer<DoubleProperty> op) Applies a function to thelryPropertyof the instance being constructed.PerspectiveTransformBuilder.ulx(double value) A builder method that invokes thesetUlxmethod on the instance being constructed.PerspectiveTransformBuilder.ulxPropertyApply(Consumer<DoubleProperty> op) Applies a function to theulxPropertyof the instance being constructed.PerspectiveTransformBuilder.uly(double value) A builder method that invokes thesetUlymethod on the instance being constructed.PerspectiveTransformBuilder.ulyPropertyApply(Consumer<DoubleProperty> op) Applies a function to theulyPropertyof the instance being constructed.PerspectiveTransformBuilder.urx(double value) A builder method that invokes thesetUrxmethod on the instance being constructed.PerspectiveTransformBuilder.urxPropertyApply(Consumer<DoubleProperty> op) Applies a function to theurxPropertyof the instance being constructed.PerspectiveTransformBuilder.ury(double value) A builder method that invokes thesetUrymethod on the instance being constructed.PerspectiveTransformBuilder.uryPropertyApply(Consumer<DoubleProperty> op) Applies a function to theuryPropertyof the instance being constructed.