Package qupath.lib.gui.charts
Class HistogramChart.HistogramData
java.lang.Object
qupath.lib.gui.charts.HistogramChart.HistogramData
- Enclosing class:
HistogramChart
Helper class for representing data that may be visualized with a
HistogramChart
.-
Constructor Summary
ConstructorDescriptionHistogramData
(Histogram histogram, Color color) Wrapper for histogram & data relevant to its display. -
Method Summary
-
Constructor Details
-
HistogramData
Wrapper for histogram & data relevant to its display.- Parameters:
histogram
-color
-
-
-
Method Details
-
getStroke
Get the histogram stroke color.- Returns:
-
getFill
Get the histogram fill color.- Returns:
-
getHistogram
Get the histogram.- Returns:
-