Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » html » simpleparser » [javadoc | source]
com.lowagie.text.html.simpleparser
public class: ChainedProperties [javadoc | source]
java.lang.Object
   com.lowagie.text.html.simpleparser.ChainedProperties
Field Summary
public static final  int[] fontSizes     
public  ArrayList chain     
Constructor:
 public ChainedProperties() 
Method from com.lowagie.text.html.simpleparser.ChainedProperties Summary:
addToChain,   getProperty,   hasProperty,   removeChain
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.html.simpleparser.ChainedProperties Detail:
 public  void addToChain(String key,
    HashMap prop) 
 public String getProperty(String key) 
 public boolean hasProperty(String key) 
 public  void removeChain(String key)