Interface Image<T>


public interface Image<T>
Provides an image object for visualization. New instances must be created using Image.Factory.
Since:
5.1.19
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Factory for creation of different Image types.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Returns the contained image object.
  • Method Details

    • get

      T get()
      Returns the contained image object.
      Returns:
      image object
      Since:
      5.1.19