Uses of Class
io.github.sosuisen.jfxbuilder.graphics.QuadCurveToBuilder
Packages that use QuadCurveToBuilder
-
Uses of QuadCurveToBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return QuadCurveToBuilderModifier and TypeMethodDescriptionQuadCurveToBuilder.absolute(boolean value) A builder method that invokes thesetAbsolutemethod on the instance being constructed.QuadCurveToBuilder.absolutePropertyApply(Consumer<BooleanProperty> op) Applies a function to theabsolutePropertyof the instance being constructed.QuadCurveToBuilder.apply(Consumer<QuadCurveTo> func) Applies a function to the QuadCurveTo instance being constructed.QuadCurveToBuilder.controlX(double value) A builder method that invokes thesetControlXmethod on the instance being constructed.QuadCurveToBuilder.controlXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thecontrolXPropertyof the instance being constructed.QuadCurveToBuilder.controlY(double value) A builder method that invokes thesetControlYmethod on the instance being constructed.QuadCurveToBuilder.controlYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thecontrolYPropertyof the instance being constructed.static QuadCurveToBuilderQuadCurveToBuilder.create()Returns an instance of theQuadCurveToBuilder.static QuadCurveToBuilderQuadCurveToBuilder.create(double controlX, double controlY, double x, double y) Accepts the constructor arguments ofQuadCurveTo(double, double, double, double)and returns an instance ofQuadCurveToBuilder.QuadCurveToBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.QuadCurveToBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.QuadCurveToBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.QuadCurveToBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.