com.itextpdf.text.html.simpleparser
Class ImageStore

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

public class ImageStore
extends HashMap<String,Image>

Since:
5.0.6
See Also:
Serialized Form

Constructor Summary
ImageStore()
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ImageStore

public ImageStore()


Copyright © 2013. All Rights Reserved.