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 thesetAbsolutemethod on the instance being constructed.HLineToBuilder.absolutePropertyApply(Consumer<BooleanProperty> op) Applies a function to theabsolutePropertyof the instance being constructed.Applies a function to the HLineTo instance being constructed.static HLineToBuilderHLineToBuilder.create()Returns an instance of theHLineToBuilder.static HLineToBuilderHLineToBuilder.create(double x) Accepts the constructor arguments ofHLineTo(double)and returns an instance ofHLineToBuilder.HLineToBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.HLineToBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.