Interface WrappedImg<T>


  • public interface WrappedImg<T>
    An object that wraps an Img somehow.
    • Method Detail

      • getImg

        Img<T> getImg()