package evopaint.interfaces; public interface IObjectRenderer { String render(Object object); }