- Type Parameters:
T
- type of object being mapped
- All Superinterfaces:
- Labelled, PlotStrategy, RangeMapper<T>, SetRangeMapper<T>
- All Known Implementing Classes:
- HashMapper
public interface LabelledSetRangeMapper<T>
extends SetRangeMapper<T>, Labelled
LabeledTransform Variant of Transform where the Transform also specifies
the labels for the sets. This is intended for situations where the
LabeledTransform builds a list of labels based on the data-stream passed
to it and is then queried at the end to in order to add the observed
labels to the plot.
-
-
