Class QLThumbnailGenerationRequestRepresentationTypes


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

      Fields 
      Modifier and Type Field Description
      static long All
      Request all thumbnail representation types.
      static long Icon
      Request an icon, that is an image that represents the file type of the request.
      static long LowQualityThumbnail
      Request a thumbnail representing the file that may come from a previously generated and cached copy or faster lower quality generation, not satisfying the parameters of the request (can be larger or smaller).
      static long Thumbnail
      Request a thumbnail representing the file, satisfying the parameters of the request (either retrieved from the cache, or generated).
    • 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
        Request an icon, that is an image that represents the file type of the request. The size of an icon may not satisfy the parameters of the request (can be larger or smaller).
        See Also:
        Constant Field Values
      • LowQualityThumbnail

        public static final long LowQualityThumbnail
        Request a thumbnail representing the file that may come from a previously generated and cached copy or faster lower quality generation, not satisfying the parameters of the request (can be larger or smaller).
        See Also:
        Constant Field Values
      • Thumbnail

        public static final long Thumbnail
        Request a thumbnail representing the file, satisfying the parameters of the request (either retrieved from the cache, or generated).
        See Also:
        Constant Field Values
      • All

        public static final long All
        Request all thumbnail representation types.