public interface SampleClickListener
Plot.addSampleClickListener(net.talvi.puffinplot.plots.SampleClickListener)
.
Once this has been done, the sampleClicked(net.talvi.puffinplot.data.Sample)
will be called whenever the user clicks on a plot element representing
a sample.Modifier and Type | Method and Description |
---|---|
void |
sampleClicked(Sample sample)
Invoked when a sample is clicked in a plot.
|
void sampleClicked(Sample sample)
sample
- the sample corresponding to the plot element which was
clickedCopyright © 2022. All rights reserved.