Class ThumbnailType


public class ThumbnailType extends AbstractStructuredType
Object representation of an Thumbnail XMP type
  • Field Details

  • Constructor Details

    • ThumbnailType

      public ThumbnailType(XMPMetadata metadata)
      Parameters:
      metadata - The metadata to attach to this property
  • Method Details

    • getHeight

      public Integer getHeight()
      Get Height
      Returns:
      the height
    • setHeight

      public void setHeight(Integer height)
      Set Height
      Parameters:
      height - the value of Height property to set
    • getWidth

      public Integer getWidth()
      Get Width
      Returns:
      the width
    • setWidth

      public void setWidth(Integer width)
      Set Width
      Parameters:
      width - the value of width property to set
    • getImage

      public String getImage()
      Get The img data
      Returns:
      the img
    • setImage

      public void setImage(String image)
      Set Image data
      Parameters:
      image - the value of image property to set
    • getFormat

      public String getFormat()
      Get Format
      Returns:
      the format
    • setFormat

      public void setFormat(String format)
      Set Format
      Parameters:
      format - the value of format property to set