Package-level declarations
Types
The base for a single chart entry rendered by Chart subclasses. It holds information about the location of the chart entry on the x-axis and y-axis.
A ChartModelProducer implementation that generates ChartEntryModel instances.
Generates ChartEntryModels and handles difference animations.
The default implementation of ChartEntry.
Functions
Creates a List of FloatEntry instances out of an array of y-axis values.
Creates a List of FloatEntry instances. Each of the provided Pairs corresponds to a single FloatEntry, with the first element of the Pair being the FloatEntry’s x coordinate, and the second element of the Pair being the FloatEntry’s y coordinate.
Creates a ChartEntryModel out of the provided array of numbers, treating each number’s index as the x value, and the number itself as the y value.
Creates a ChartEntryModel out of the given pairs of numbers, treating the first number in each pair as the x value, and the second one as the y value.
Creates a ChartEntryModel out of the provided list of list of FloatEntry instances.
Creates a FloatEntry instance.