Uses of Class
io.github.sosuisen.jfxbuilder.graphics.AffineBuilder
Packages that use AffineBuilder
-
Uses of AffineBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return AffineBuilderModifier and TypeMethodDescriptionApplies a function to the Affine instance being constructed.static AffineBuilder
AffineBuilder.create()
Returns an instance of theAffineBuilder
.static AffineBuilder
AffineBuilder.create
(double[] matrix, MatrixType type, int offset) Accepts the constructor arguments ofAffine(double..., MatrixType, int)
and returns an instance ofAffineBuilder
.static AffineBuilder
AffineBuilder.create
(double mxx, double mxy, double tx, double myx, double myy, double ty) Accepts the constructor arguments ofAffine(double, double, double, double, double, double)
and returns an instance ofAffineBuilder
.static AffineBuilder
AffineBuilder.create
(double mxx, double mxy, double mxz, double tx, double myx, double myy, double myz, double ty, double mzx, double mzy, double mzz, double tz) Accepts the constructor arguments ofAffine(double, double, double, double, double, double, double, double, double, double, double, double)
and returns an instance ofAffineBuilder
.static AffineBuilder
Accepts the constructor arguments ofAffine(Transform)
and returns an instance ofAffineBuilder
.AffineBuilder.element
(MatrixType type, int row, int column, double value) A builder method that invokes thesetElement
method on the instance being constructed.AffineBuilder.identityPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theidentityProperty
of the instance being constructed.AffineBuilder.mxx
(double value) A builder method that invokes thesetMxx
method on the instance being constructed.AffineBuilder.mxxPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themxxProperty
of the instance being constructed.AffineBuilder.mxy
(double value) A builder method that invokes thesetMxy
method on the instance being constructed.AffineBuilder.mxyPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themxyProperty
of the instance being constructed.AffineBuilder.mxz
(double value) A builder method that invokes thesetMxz
method on the instance being constructed.AffineBuilder.mxzPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themxzProperty
of the instance being constructed.AffineBuilder.myx
(double value) A builder method that invokes thesetMyx
method on the instance being constructed.AffineBuilder.myxPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themyxProperty
of the instance being constructed.AffineBuilder.myy
(double value) A builder method that invokes thesetMyy
method on the instance being constructed.AffineBuilder.myyPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themyyProperty
of the instance being constructed.AffineBuilder.myz
(double value) A builder method that invokes thesetMyz
method on the instance being constructed.AffineBuilder.myzPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themyzProperty
of the instance being constructed.AffineBuilder.mzx
(double value) A builder method that invokes thesetMzx
method on the instance being constructed.AffineBuilder.mzxPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themzxProperty
of the instance being constructed.AffineBuilder.mzy
(double value) A builder method that invokes thesetMzy
method on the instance being constructed.AffineBuilder.mzyPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themzyProperty
of the instance being constructed.AffineBuilder.mzz
(double value) A builder method that invokes thesetMzz
method on the instance being constructed.AffineBuilder.mzzPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themzzProperty
of the instance being constructed.AffineBuilder.onTransformChanged
(EventHandler<? super TransformChangedEvent> value) A builder method that invokes thesetOnTransformChanged
method on the instance being constructed.AffineBuilder.onTransformChangedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TransformChangedEvent>>> op) Applies a function to theonTransformChangedProperty
of the instance being constructed.AffineBuilder.toIdentity()
A builder method that invokes thesetToIdentity
method on the instance being constructed.AffineBuilder.toTransform
(double[] matrix, MatrixType type, int offset) A builder method that invokes thesetToTransform
method on the instance being constructed.AffineBuilder.toTransform
(double mxx, double mxy, double tx, double myx, double myy, double ty) A builder method that invokes thesetToTransform
method on the instance being constructed.AffineBuilder.toTransform
(double mxx, double mxy, double mxz, double tx, double myx, double myy, double myz, double ty, double mzx, double mzy, double mzz, double tz) A builder method that invokes thesetToTransform
method on the instance being constructed.AffineBuilder.toTransform
(Transform transform) A builder method that invokes thesetToTransform
method on the instance being constructed.AffineBuilder.tx
(double value) A builder method that invokes thesetTx
method on the instance being constructed.AffineBuilder.txPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetxProperty
of the instance being constructed.AffineBuilder.ty
(double value) A builder method that invokes thesetTy
method on the instance being constructed.AffineBuilder.type2DPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thetype2DProperty
of the instance being constructed.AffineBuilder.tyPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetyProperty
of the instance being constructed.AffineBuilder.tz
(double value) A builder method that invokes thesetTz
method on the instance being constructed.AffineBuilder.tzPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetzProperty
of the instance being constructed.