package com.tridium.eas.ui.chart; import java.awt.Color; public interface ChartConfig { int getChartType(); Color getValueColor(int i); }