Class PathObjectScatterChart

All Implemented Interfaces:
Styleable, EventTarget

public class PathObjectScatterChart extends ScatterChart<Number,Number>
An interactive ScatterChart implementation for showing large(ish) numbers of PathObject, optionally linked to a QuPathViewer.

A goal of this class is to reduce expensive chart manipulations, such as adding and removing data points. Instead, data points are reused and updated where possible.

Additionally, the maximum number of data points can be specified, so that the chart can automatically randomly subsample points to show only some.

Since:
v0.6.0