Interface WrappedImg<T>


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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getImg

      Img<T> getImg()