Package qupath.lib.gui.charts
Class Charts
java.lang.Object
qupath.lib.gui.charts.Charts
Helper class for generating interactive charts.
- Author:
- Pete Bankhead
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder for creating scatter charts.static class
Builder for creating pie charts.static class
Builder for creating scatter charts. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Charts.BarChartBuilder
barChart()
Create aCharts.ScatterChartBuilder
for generating a custom scatter plot.static Charts.PieChartBuilder
pieChart()
Create aCharts.PieChartBuilder
for generating a custom pie chart.static Charts.ScatterChartBuilder
Create aCharts.ScatterChartBuilder
for generating a custom scatter plot.
-
Constructor Details
-
Charts
public Charts()
-
-
Method Details
-
scatterChart
Create aCharts.ScatterChartBuilder
for generating a custom scatter plot.- Returns:
- the builder
-
pieChart
Create aCharts.PieChartBuilder
for generating a custom pie chart.- Returns:
- the builder
-
barChart
Create aCharts.ScatterChartBuilder
for generating a custom scatter plot.- Returns:
- the builder
-