Package org.openjdk.jmc.common.xydata


package org.openjdk.jmc.common.xydata
  • Class
    Description
    Interface for objects that can produce a series of data points arranged on an X axis.
    A default implementation of ITimestampedData (which is an IXYData of epoch ns and natural numbers).
    A default implementation of IXYData that simply holds a final value for X and Y.
    A data point on an X/Y chart where the X axis is a timestamp in epoch ns and the Y axis is a natural number.
    IXYData<X,Y>
    Interface for data points on an X/Y chart.