Class ImageStore

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Image>
com.itextpdf.text.html.simpleparser.ImageStore
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Image>

@Deprecated public class ImageStore extends HashMap<String,Image>
Deprecated.
since 5.5.2
Since:
5.0.6
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      Serial version UID.
      See Also:
  • Constructor Details

    • ImageStore

      public ImageStore()
      Deprecated.