Uses of Class
io.github.sosuisen.jfxbuilder.graphics.MoveToBuilder
Packages that use MoveToBuilder
-
Uses of MoveToBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return MoveToBuilderModifier and TypeMethodDescriptionMoveToBuilder.absolute(boolean value) A builder method that invokes thesetAbsolutemethod on the instance being constructed.MoveToBuilder.absolutePropertyApply(Consumer<BooleanProperty> op) Applies a function to theabsolutePropertyof the instance being constructed.Applies a function to the MoveTo instance being constructed.static MoveToBuilderMoveToBuilder.create()Returns an instance of theMoveToBuilder.static MoveToBuilderMoveToBuilder.create(double x, double y) Accepts the constructor arguments ofMoveTo(double, double)and returns an instance ofMoveToBuilder.MoveToBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.MoveToBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.MoveToBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.MoveToBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.