package com.smartgwt.client.widgets.chart; public interface ValueFormatter { String format(Object value); }