package org.freehep.webutil.tree; /** * * @author The FreeHEP team @ SLAC * */ public interface Icon { public String getSourceURL(); public String getAlt(); public int getWidth(); public int getHeight(); }