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 thesetAbsolutemethod on the instance being constructed.LineToBuilder.absolutePropertyApply(Consumer<BooleanProperty> op) Applies a function to theabsolutePropertyof the instance being constructed.Applies a function to the LineTo instance being constructed.static LineToBuilderLineToBuilder.create()Returns an instance of theLineToBuilder.static LineToBuilderLineToBuilder.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 thesetXmethod on the instance being constructed.LineToBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.LineToBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.LineToBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.