public static interface ImageViewer.Formatter<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(T t)
Formats an image url representation of the object.
|
java.lang.String format(T t)
t - The object that needs to be formatted into url.