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 AffineBuilderAffineBuilder.create()Returns an instance of theAffineBuilder.static AffineBuilderAffineBuilder.create(double[] matrix, MatrixType type, int offset) Accepts the constructor arguments ofAffine(double..., MatrixType, int)and returns an instance ofAffineBuilder.static AffineBuilderAffineBuilder.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 AffineBuilderAffineBuilder.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 AffineBuilderAccepts 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 thesetElementmethod on the instance being constructed.AffineBuilder.identityPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theidentityPropertyof the instance being constructed.AffineBuilder.mxx(double value) A builder method that invokes thesetMxxmethod on the instance being constructed.AffineBuilder.mxxPropertyApply(Consumer<DoubleProperty> op) Applies a function to themxxPropertyof the instance being constructed.AffineBuilder.mxy(double value) A builder method that invokes thesetMxymethod on the instance being constructed.AffineBuilder.mxyPropertyApply(Consumer<DoubleProperty> op) Applies a function to themxyPropertyof the instance being constructed.AffineBuilder.mxz(double value) A builder method that invokes thesetMxzmethod on the instance being constructed.AffineBuilder.mxzPropertyApply(Consumer<DoubleProperty> op) Applies a function to themxzPropertyof the instance being constructed.AffineBuilder.myx(double value) A builder method that invokes thesetMyxmethod on the instance being constructed.AffineBuilder.myxPropertyApply(Consumer<DoubleProperty> op) Applies a function to themyxPropertyof the instance being constructed.AffineBuilder.myy(double value) A builder method that invokes thesetMyymethod on the instance being constructed.AffineBuilder.myyPropertyApply(Consumer<DoubleProperty> op) Applies a function to themyyPropertyof the instance being constructed.AffineBuilder.myz(double value) A builder method that invokes thesetMyzmethod on the instance being constructed.AffineBuilder.myzPropertyApply(Consumer<DoubleProperty> op) Applies a function to themyzPropertyof the instance being constructed.AffineBuilder.mzx(double value) A builder method that invokes thesetMzxmethod on the instance being constructed.AffineBuilder.mzxPropertyApply(Consumer<DoubleProperty> op) Applies a function to themzxPropertyof the instance being constructed.AffineBuilder.mzy(double value) A builder method that invokes thesetMzymethod on the instance being constructed.AffineBuilder.mzyPropertyApply(Consumer<DoubleProperty> op) Applies a function to themzyPropertyof the instance being constructed.AffineBuilder.mzz(double value) A builder method that invokes thesetMzzmethod on the instance being constructed.AffineBuilder.mzzPropertyApply(Consumer<DoubleProperty> op) Applies a function to themzzPropertyof the instance being constructed.AffineBuilder.onTransformChanged(EventHandler<? super TransformChangedEvent> value) A builder method that invokes thesetOnTransformChangedmethod on the instance being constructed.AffineBuilder.onTransformChangedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TransformChangedEvent>>> op) Applies a function to theonTransformChangedPropertyof the instance being constructed.AffineBuilder.toIdentity()A builder method that invokes thesetToIdentitymethod on the instance being constructed.AffineBuilder.toTransform(double[] matrix, MatrixType type, int offset) A builder method that invokes thesetToTransformmethod on the instance being constructed.AffineBuilder.toTransform(double mxx, double mxy, double tx, double myx, double myy, double ty) A builder method that invokes thesetToTransformmethod 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 thesetToTransformmethod on the instance being constructed.AffineBuilder.toTransform(Transform transform) A builder method that invokes thesetToTransformmethod on the instance being constructed.AffineBuilder.tx(double value) A builder method that invokes thesetTxmethod on the instance being constructed.AffineBuilder.txPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetxPropertyof the instance being constructed.AffineBuilder.ty(double value) A builder method that invokes thesetTymethod on the instance being constructed.AffineBuilder.type2DPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thetype2DPropertyof the instance being constructed.AffineBuilder.tyPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetyPropertyof the instance being constructed.AffineBuilder.tz(double value) A builder method that invokes thesetTzmethod on the instance being constructed.AffineBuilder.tzPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetzPropertyof the instance being constructed.