Package 

Interface ThumbnailResolution

  • All Implemented Interfaces:

    
    public interface ThumbnailResolution
    
                        

    Represents the resolution of a thumbnail.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Integer getWidth() The width of the thumbnail, in pixels.
      abstract Integer getHeight() The height of the thumbnail, in pixels.
      abstract String getPrefix() The prefix of the thumbnail.
      abstract int getBw() The requested width, in pixels.
      abstract int getBh() The requested height, in pixels.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getBw

         abstract int getBw()

        The requested width, in pixels.

        • This can differ from the actual width because images are not stretched.
      • getBh

         abstract int getBh()

        The requested height, in pixels.

        • This can differ from the actual width because images are not stretched.