Module omix.api

Interface Thumbnails


public interface Thumbnails
This interface represents thumbnails containes in Omix files.
Since:
Omix 1.3
Author:
Dr. Peter Droste, Omix Visualization
  • Method Summary

    Modifier and Type Method Description
    int[] availableSizes()
    Returns all available sizes of the thumbnail list.
    byte[] getThumbnail​(int size)
    returns a thumbail image associated to the image size (32, 64,128, 256, ...)
  • Method Details

    • getThumbnail

      byte[] getThumbnail​(int size)
      returns a thumbail image associated to the image size (32, 64,128, 256, ...)
      Parameters:
      size - image size
      Returns:
      thumbail image
    • availableSizes

      int[] availableSizes()
      Returns all available sizes of the thumbnail list.
      Returns:
      all sizes