Uses of Class
io.github.sosuisen.jfxbuilder.graphics.VLineToBuilder
Packages that use VLineToBuilder
-
Uses of VLineToBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return VLineToBuilderModifier and TypeMethodDescriptionVLineToBuilder.absolute
(boolean value) A builder method that invokes thesetAbsolute
method on the instance being constructed.VLineToBuilder.absolutePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theabsoluteProperty
of the instance being constructed.Applies a function to the VLineTo instance being constructed.static VLineToBuilder
VLineToBuilder.create()
Returns an instance of theVLineToBuilder
.static VLineToBuilder
VLineToBuilder.create
(double y) Accepts the constructor arguments ofVLineTo(double)
and returns an instance ofVLineToBuilder
.VLineToBuilder.y
(double value) A builder method that invokes thesetY
method on the instance being constructed.VLineToBuilder.yPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theyProperty
of the instance being constructed.