public interface ImageViewer.Formatter<T>
Interface used to format custom objects into an image url.
abstract String
format(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract String format(T t)
Formats an image url representation of the object.
t