Class DefaultHTMLImageProducer<T>

  • Type Parameters:
    T - The value type

    public class DefaultHTMLImageProducer<T>
    extends AbstractHTMLImageProducer<T>
    The default implementation of the AbstractHTMLImageProducer based on an source (URL, base64, etc.)
    Author:
    gianpiero.diblasi
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultHTMLImageProducer​(T value, java.lang.String src)
      Creates the object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      simulation.dom.$Image produce()
      Produces an HTML image element
      • Methods inherited from class java.lang.Object

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

      • DefaultHTMLImageProducer

        public DefaultHTMLImageProducer​(T value,
                                        java.lang.String src)
        Creates the object
        Parameters:
        value - The value
        src - The source of the HTML image element (URL, base64, etc.)