Uses of Class
io.github.sosuisen.jfxbuilder.graphics.HLineToBuilder
Packages that use HLineToBuilder
-
Uses of HLineToBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return HLineToBuilderModifier and TypeMethodDescriptionHLineToBuilder.absolute
(boolean value) A builder method that invokes thesetAbsolute
method on the instance being constructed.HLineToBuilder.absolutePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theabsoluteProperty
of the instance being constructed.Applies a function to the HLineTo instance being constructed.static HLineToBuilder
HLineToBuilder.create()
Returns an instance of theHLineToBuilder
.static HLineToBuilder
HLineToBuilder.create
(double x) Accepts the constructor arguments ofHLineTo(double)
and returns an instance ofHLineToBuilder
.HLineToBuilder.x
(double value) A builder method that invokes thesetX
method on the instance being constructed.HLineToBuilder.xPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thexProperty
of the instance being constructed.