Uses of Class
io.github.sosuisen.jfxbuilder.controls.PieChartDataBuilder
Packages that use PieChartDataBuilder
-
Uses of PieChartDataBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return PieChartDataBuilderModifier and TypeMethodDescriptionPieChartDataBuilder.apply
(Consumer<PieChart.Data> func) Applies a function to the Data instance being constructed.PieChartDataBuilder.chartPropertyApply
(Consumer<ReadOnlyObjectProperty<PieChart>> op) Applies a function to thechartProperty
of the instance being constructed.static PieChartDataBuilder
Accepts the constructor arguments ofData(String, double)
and returns an instance ofPieChartDataBuilder
.A builder method that invokes thesetName
method on the instance being constructed.PieChartDataBuilder.namePropertyApply
(Consumer<StringProperty> op) Applies a function to thenameProperty
of the instance being constructed.PieChartDataBuilder.nodePropertyApply
(Consumer<ReadOnlyObjectProperty<Node>> op) Applies a function to thenodeProperty
of the instance being constructed.PieChartDataBuilder.pieValue
(double value) A builder method that invokes thesetPieValue
method on the instance being constructed.PieChartDataBuilder.pieValuePropertyApply
(Consumer<DoubleProperty> op) Applies a function to thepieValueProperty
of the instance being constructed.