Uses of Class
io.github.sosuisen.jfxbuilder.graphics.ScaleBuilder
Packages that use ScaleBuilder
-
Uses of ScaleBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return ScaleBuilderModifier and TypeMethodDescriptionApplies a function to the Scale instance being constructed.static ScaleBuilderScaleBuilder.create()Returns an instance of theScaleBuilder.static ScaleBuilderScaleBuilder.create(double x, double y) Accepts the constructor arguments ofScale(double, double)and returns an instance ofScaleBuilder.static ScaleBuilderScaleBuilder.create(double x, double y, double z) Accepts the constructor arguments ofScale(double, double, double)and returns an instance ofScaleBuilder.static ScaleBuilderScaleBuilder.create(double x, double y, double pivotX, double pivotY) Accepts the constructor arguments ofScale(double, double, double, double)and returns an instance ofScaleBuilder.static ScaleBuilderScaleBuilder.create(double x, double y, double z, double pivotX, double pivotY, double pivotZ) Accepts the constructor arguments ofScale(double, double, double, double, double, double)and returns an instance ofScaleBuilder.ScaleBuilder.identityPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theidentityPropertyof the instance being constructed.ScaleBuilder.onTransformChanged(EventHandler<? super TransformChangedEvent> value) A builder method that invokes thesetOnTransformChangedmethod on the instance being constructed.ScaleBuilder.onTransformChangedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TransformChangedEvent>>> op) Applies a function to theonTransformChangedPropertyof the instance being constructed.ScaleBuilder.pivotX(double value) A builder method that invokes thesetPivotXmethod on the instance being constructed.ScaleBuilder.pivotXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepivotXPropertyof the instance being constructed.ScaleBuilder.pivotY(double value) A builder method that invokes thesetPivotYmethod on the instance being constructed.ScaleBuilder.pivotYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepivotYPropertyof the instance being constructed.ScaleBuilder.pivotZ(double value) A builder method that invokes thesetPivotZmethod on the instance being constructed.ScaleBuilder.pivotZPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepivotZPropertyof the instance being constructed.ScaleBuilder.type2DPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thetype2DPropertyof the instance being constructed.ScaleBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.ScaleBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.ScaleBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.ScaleBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.ScaleBuilder.z(double value) A builder method that invokes thesetZmethod on the instance being constructed.ScaleBuilder.zPropertyApply(Consumer<DoubleProperty> op) Applies a function to thezPropertyof the instance being constructed.