Uses of Class
io.github.sosuisen.jfxbuilder.graphics.LineToBuilder
Packages that use LineToBuilder
-
Uses of LineToBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return LineToBuilderModifier and TypeMethodDescriptionLineToBuilder.absolute
(boolean value) A builder method that invokes thesetAbsolute
method on the instance being constructed.LineToBuilder.absolutePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theabsoluteProperty
of the instance being constructed.Applies a function to the LineTo instance being constructed.static LineToBuilder
LineToBuilder.create()
Returns an instance of theLineToBuilder
.static LineToBuilder
LineToBuilder.create
(double x, double y) Accepts the constructor arguments ofLineTo(double, double)
and returns an instance ofLineToBuilder
.LineToBuilder.x
(double value) A builder method that invokes thesetX
method on the instance being constructed.LineToBuilder.xPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thexProperty
of the instance being constructed.LineToBuilder.y
(double value) A builder method that invokes thesetY
method on the instance being constructed.LineToBuilder.yPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theyProperty
of the instance being constructed.