com.lowagie.text.html.simpleparser
Class ChainedProperties

java.lang.Object
  extended by com.lowagie.text.html.simpleparser.ChainedProperties

public class ChainedProperties
extends Object


Field Summary
 ArrayList chain
           
static int[] fontSizes
           
 
Constructor Summary
ChainedProperties()
          Creates a new instance of ChainedProperties
 
Method Summary
 void addToChain(String key, HashMap prop)
           
 String getProperty(String key)
           
 boolean hasProperty(String key)
           
 void removeChain(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fontSizes

public static final int[] fontSizes

chain

public ArrayList chain
Constructor Detail

ChainedProperties

public ChainedProperties()
Creates a new instance of ChainedProperties

Method Detail

getProperty

public String getProperty(String key)

hasProperty

public boolean hasProperty(String key)

addToChain

public void addToChain(String key,
                       HashMap prop)

removeChain

public void removeChain(String key)

Hosted by Hostbasket