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

kg.apc.charting.ColorsDispatcher Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
package kg.apc.charting;

import java.awt.Color;
import java.io.Serializable;

/**
 * Interface for ColorsDispatcher to providing custom color palettes
 */
public interface ColorsDispatcher extends Serializable {
    public void reset();
    public Color getNextColor();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy