Class ImageData

  • All Implemented Interfaces:
    java.io.Serializable

    public class ImageData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAltText()  
      java.lang.String getFormat()  
      java.lang.String getUrl()  
      void setAltText​(java.lang.String altText)  
      void setFormat​(java.lang.String format)  
      void setUrl​(java.lang.String url)  
      • Methods inherited from class java.lang.Object

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

      • ImageData

        public ImageData()
    • Method Detail

      • setUrl

        public void setUrl​(java.lang.String url)
      • getUrl

        public java.lang.String getUrl()
      • setAltText

        public void setAltText​(java.lang.String altText)
      • getAltText

        public java.lang.String getAltText()
      • setFormat

        public void setFormat​(java.lang.String format)
      • getFormat

        public java.lang.String getFormat()