All Implemented Interfaces:
Provider<Histogram>

public class Reference extends HistogramProvider
A provider that references an existing Histogram by its identifier.
  • Constructor Details

    • Reference

      public Reference(String id)
      Creates a new Reference with the specified identifier.
      Parameters:
      id - the identifier of the histogram to reference
    • Reference

      public Reference()
  • Method Details