Class QLThumbnailRepresentationType


  • public final class QLThumbnailRepresentationType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Icon
      Icon of the file type of the thumbnail request, provided by the system, that may not satisfy the parameters of the request.
      static long LowQualityThumbnail
      A version of the thumbnail that was retrieved from a cache or low quality generation but not satisfying the parameters of the request.
      static long Thumbnail
      Final version of the thumbnail for the given request, satisfying the parameters of the request.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Icon

        public static final long Icon
        Icon of the file type of the thumbnail request, provided by the system, that may not satisfy the parameters of the request.
        See Also:
        Constant Field Values
      • LowQualityThumbnail

        public static final long LowQualityThumbnail
        A version of the thumbnail that was retrieved from a cache or low quality generation but not satisfying the parameters of the request.
        See Also:
        Constant Field Values
      • Thumbnail

        public static final long Thumbnail
        Final version of the thumbnail for the given request, satisfying the parameters of the request.
        See Also:
        Constant Field Values