Package 

Interface ImageViewer.Formatter

    • Method Summary

      Modifier and Type Method Description
      abstract String format(T t) Formats an image url representation of the object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • format

         abstract String format(T t)

        Formats an image url representation of the object.

        Parameters:
        t - The object that needs to be formatted into url.