Interface WrappedImg<T>


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

      • getImg

        Img<T> getImg()