Class Data

  • Direct Known Subclasses:
    AbstractAxisData, CategoryData

    public abstract class Data
    extends java.lang.Object
    Represents chart data.

    Specific implementations of this class exist for each chart type.
    Note: null values passed to the data are interpreted as 0.
    The reason for this is to always ensure that a valid chart is provided.
    Data of invalid type is simply discarded.

    See Also:
    Chart, ChartFactory
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait