Interface RenditionDefinition2

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALLOW_ENLARGEMENT
      Indicates whether scaling operations should scale up or down (true or false).
      static java.lang.String ALLOW_PDF_ENLARGEMENT
      Indicates whether scaling operations should scale up or down (true or false).
      static java.lang.String ALPHA_REMOVE  
      static java.lang.String AUTO_ORIENT  
      static java.lang.String CROP_GRAVITY  
      static java.lang.String CROP_HEIGHT  
      static java.lang.String CROP_PERCENTAGE  
      static java.lang.String CROP_WIDTH  
      static java.lang.String CROP_X_OFFSET  
      static java.lang.String CROP_Y_OFFSET  
      static java.lang.String DURATION
      Duration of clip.
      static java.lang.String END_PAGE  
      static java.lang.String FLASH_VERSION
      Deprecated.
      Will be removed when local transformations are removed, as it is only used tp select SWIFTransformationOptions.
      static java.lang.String HEIGHT  
      static java.lang.String INCLUDE_CONTENTS
      Indicates if embedded content (such as files within zips or images) should be included (true or false).
      static java.lang.String MAINTAIN_ASPECT_RATIO
      Indicates whether the aspect ratio of the image should be maintained (true or false).
      static java.lang.String MAINTAIN_PDF_ASPECT_RATIO
      Indicates whether the aspect ratio of the image should be maintained (true or false).
      static java.lang.String MAX_SOURCE_SIZE_K_BYTES  
      static java.lang.String OFFSET
      Time from start.
      static java.lang.String PAGE  
      static java.lang.String RESIZE_HEIGHT  
      static java.lang.String RESIZE_PERCENTAGE  
      static java.lang.String RESIZE_WIDTH  
      static java.lang.String SOURCE_ENCODING
      The encoding of a Source Node is automatically added to the Transform Options if not specified.
      static java.lang.String SOURCE_NODE_REF
      The Source Node Ref is automatically added to the Transform Options if specified but without a value.
      static java.lang.String START_PAGE  
      static java.lang.String TARGET_ENCODING
      The encoding of a Target Node is automatically added to the Transform Options if not specified and the transformer knows about it.
      static java.lang.String THUMBNAIL
      Indicates whether to resize image to a thumbnail (true or false).
      static java.lang.String TIMEOUT  
      static java.lang.String WIDTH  
    • Field Detail

      • MAX_SOURCE_SIZE_K_BYTES

        static final java.lang.String MAX_SOURCE_SIZE_K_BYTES
        See Also:
        Constant Field Values
      • THUMBNAIL

        static final java.lang.String THUMBNAIL
        Indicates whether to resize image to a thumbnail (true or false).
        See Also:
        Constant Field Values
      • ALLOW_ENLARGEMENT

        static final java.lang.String ALLOW_ENLARGEMENT
        Indicates whether scaling operations should scale up or down (true or false).
        See Also:
        Constant Field Values
      • MAINTAIN_ASPECT_RATIO

        static final java.lang.String MAINTAIN_ASPECT_RATIO
        Indicates whether the aspect ratio of the image should be maintained (true or false).
        See Also:
        Constant Field Values
      • ALLOW_PDF_ENLARGEMENT

        static final java.lang.String ALLOW_PDF_ENLARGEMENT
        Indicates whether scaling operations should scale up or down (true or false).
        See Also:
        Constant Field Values
      • MAINTAIN_PDF_ASPECT_RATIO

        static final java.lang.String MAINTAIN_PDF_ASPECT_RATIO
        Indicates whether the aspect ratio of the image should be maintained (true or false).
        See Also:
        Constant Field Values
      • OFFSET

        static final java.lang.String OFFSET
        Time from start. Format hh:mm:ss[.xxx]
        See Also:
        Constant Field Values
      • INCLUDE_CONTENTS

        static final java.lang.String INCLUDE_CONTENTS
        Indicates if embedded content (such as files within zips or images) should be included (true or false).
        See Also:
        Constant Field Values
      • FLASH_VERSION

        @Deprecated
        static final java.lang.String FLASH_VERSION
        Deprecated.
        Will be removed when local transformations are removed, as it is only used tp select SWIFTransformationOptions.
        See Also:
        Constant Field Values
      • SOURCE_ENCODING

        static final java.lang.String SOURCE_ENCODING
        The encoding of a Source Node is automatically added to the Transform Options if not specified.
        See Also:
        Constant Field Values
      • SOURCE_NODE_REF

        static final java.lang.String SOURCE_NODE_REF
        The Source Node Ref is automatically added to the Transform Options if specified but without a value.
        See Also:
        Constant Field Values
      • TARGET_ENCODING

        static final java.lang.String TARGET_ENCODING
        The encoding of a Target Node is automatically added to the Transform Options if not specified and the transformer knows about it.
        See Also:
        Constant Field Values
    • Method Detail

      • getRenditionName

        java.lang.String getRenditionName()
      • getTargetMimetype

        java.lang.String getTargetMimetype()
      • getTransformOptions

        java.util.Map<java.lang.String,​java.lang.String> getTransformOptions()