Package org.openjdk.jmc.common.xydata
package org.openjdk.jmc.common.xydata
-
ClassDescriptionDataSeries<T>Interface for objects that can produce a series of data points arranged on an X axis.A default implementation of
ITimestampedData
(which is anIXYData
of epoch ns and natural numbers).DefaultXYData<X,Y> A default implementation ofIXYData
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.