Uses of Class
io.github.sosuisen.jfxbuilder.graphics.ArcToBuilder
Packages that use ArcToBuilder
-
Uses of ArcToBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return ArcToBuilderModifier and TypeMethodDescriptionArcToBuilder.absolute(boolean value) A builder method that invokes thesetAbsolutemethod on the instance being constructed.ArcToBuilder.absolutePropertyApply(Consumer<BooleanProperty> op) Applies a function to theabsolutePropertyof the instance being constructed.Applies a function to the ArcTo instance being constructed.static ArcToBuilderArcToBuilder.create()Returns an instance of theArcToBuilder.static ArcToBuilderArcToBuilder.create(double radiusX, double radiusY, double xAxisRotation, double x, double y, boolean largeArcFlag, boolean sweepFlag) Accepts the constructor arguments ofArcTo(double, double, double, double, double, boolean, boolean)and returns an instance ofArcToBuilder.ArcToBuilder.largeArcFlag(boolean value) A builder method that invokes thesetLargeArcFlagmethod on the instance being constructed.ArcToBuilder.largeArcFlagPropertyApply(Consumer<BooleanProperty> op) Applies a function to thelargeArcFlagPropertyof the instance being constructed.ArcToBuilder.radiusX(double value) A builder method that invokes thesetRadiusXmethod on the instance being constructed.ArcToBuilder.radiusXPropertyApply(Consumer<DoubleProperty> op) Applies a function to theradiusXPropertyof the instance being constructed.ArcToBuilder.radiusY(double value) A builder method that invokes thesetRadiusYmethod on the instance being constructed.ArcToBuilder.radiusYPropertyApply(Consumer<DoubleProperty> op) Applies a function to theradiusYPropertyof the instance being constructed.ArcToBuilder.sweepFlag(boolean value) A builder method that invokes thesetSweepFlagmethod on the instance being constructed.ArcToBuilder.sweepFlagPropertyApply(Consumer<BooleanProperty> op) Applies a function to thesweepFlagPropertyof the instance being constructed.ArcToBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.ArcToBuilder.xAxisRotation(double value) A builder method that invokes thesetXAxisRotationmethod on the instance being constructed.ArcToBuilder.XAxisRotationPropertyApply(Consumer<DoubleProperty> op) Applies a function to theXAxisRotationPropertyof the instance being constructed.ArcToBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.ArcToBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.ArcToBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.