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 thechartPropertyof the instance being constructed.static PieChartDataBuilderAccepts the constructor arguments ofData(String, double)and returns an instance ofPieChartDataBuilder.A builder method that invokes thesetNamemethod on the instance being constructed.PieChartDataBuilder.namePropertyApply(Consumer<StringProperty> op) Applies a function to thenamePropertyof the instance being constructed.PieChartDataBuilder.nodePropertyApply(Consumer<ReadOnlyObjectProperty<Node>> op) Applies a function to thenodePropertyof the instance being constructed.PieChartDataBuilder.pieValue(double value) A builder method that invokes thesetPieValuemethod on the instance being constructed.PieChartDataBuilder.pieValuePropertyApply(Consumer<DoubleProperty> op) Applies a function to thepieValuePropertyof the instance being constructed.