All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lecho.lib.hellocharts.formatter.BubbleChartValueFormatter Maven / Gradle / Ivy

The newest version!
package lecho.lib.hellocharts.formatter;

import lecho.lib.hellocharts.model.BubbleValue;

public interface BubbleChartValueFormatter {

    public int formatChartValue(char[] formattedValue, BubbleValue value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy