Uses of Class
io.github.sosuisen.jfxbuilder.graphics.TranslateBuilder
Packages that use TranslateBuilder
-
Uses of TranslateBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return TranslateBuilderModifier and TypeMethodDescriptionApplies a function to the Translate instance being constructed.static TranslateBuilderTranslateBuilder.create()Returns an instance of theTranslateBuilder.static TranslateBuilderTranslateBuilder.create(double x, double y) Accepts the constructor arguments ofTranslate(double, double)and returns an instance ofTranslateBuilder.static TranslateBuilderTranslateBuilder.create(double x, double y, double z) Accepts the constructor arguments ofTranslate(double, double, double)and returns an instance ofTranslateBuilder.TranslateBuilder.identityPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theidentityPropertyof the instance being constructed.TranslateBuilder.onTransformChanged(EventHandler<? super TransformChangedEvent> value) A builder method that invokes thesetOnTransformChangedmethod on the instance being constructed.TranslateBuilder.onTransformChangedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TransformChangedEvent>>> op) Applies a function to theonTransformChangedPropertyof the instance being constructed.TranslateBuilder.type2DPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thetype2DPropertyof the instance being constructed.TranslateBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.TranslateBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.TranslateBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.TranslateBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.TranslateBuilder.z(double value) A builder method that invokes thesetZmethod on the instance being constructed.TranslateBuilder.zPropertyApply(Consumer<DoubleProperty> op) Applies a function to thezPropertyof the instance being constructed.