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 thesetAbsolutemethod on the instance being constructed.VLineToBuilder.absolutePropertyApply(Consumer<BooleanProperty> op) Applies a function to theabsolutePropertyof the instance being constructed.Applies a function to the VLineTo instance being constructed.static VLineToBuilderVLineToBuilder.create()Returns an instance of theVLineToBuilder.static VLineToBuilderVLineToBuilder.create(double y) Accepts the constructor arguments ofVLineTo(double)and returns an instance ofVLineToBuilder.VLineToBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.VLineToBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.