package GraphBrowser; public interface AbstractFontMetrics { public int stringWidth(String str); public int getAscent(); public int getDescent(); }