Class ImageWidgetContent

    • Constructor Detail

      • ImageWidgetContent

        public ImageWidgetContent()
    • Method Detail

      • getPrivateId

        public java.lang.String getPrivateId()
        Gets the image private ID
        Returns:
        the private ID
      • setPrivateId

        public ImageWidgetContent setPrivateId​(java.lang.String privateId)
        Sets the image private ID
      • getFileName

        public java.lang.String getFileName()
        Gets the name of the image file
        Returns:
        the name of the image file
      • setFileName

        public ImageWidgetContent setFileName​(java.lang.String fileName)
        Sets the name of the image file
      • getFormat

        public Format getFormat()
        Gets the formatDescriptor for the image file
        Returns:
        the formatDescriptor
      • getHeight

        public java.lang.Integer getHeight()
        Gets the original height of the image in pixels
        Returns:
        the image height
      • setHeight

        public ImageWidgetContent setHeight​(java.lang.Integer height)
        Sets the original height of the image in pixels
      • getHyperlink

        public WidgetHyperlink getHyperlink()
        Gets the hyperlink associated with this Widget
        Returns:
        the hyperlink
      • getWidth

        public java.lang.Integer getWidth()
        Gets the original width of the image in pixels
        Returns:
        the image width
      • setWidth

        public ImageWidgetContent setWidth​(java.lang.Integer width)
        Sets the original width of the image in pixels