com.lowagie.text.html.simpleparser
Class FactoryProperties

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

public class FactoryProperties
extends java.lang.Object

Author:
psoares

Field Summary
static java.util.HashMap colorTable
           
static java.util.HashMap followTags
           
private  FontFactoryImp fontImp
           
 
Constructor Summary
FactoryProperties()
          Creates a new instance of FactoryProperties
 
Method Summary
 Chunk createChunk(java.lang.String text, ChainedProperties props)
           
static ListItem createListItem(ChainedProperties props)
           
static Paragraph createParagraph(ChainedProperties props)
           
static Paragraph createParagraph(java.util.HashMap props)
           
static void createParagraph(Paragraph p, ChainedProperties props)
           
static java.awt.Color decodeColor(java.lang.String s)
           
 Font getFont(ChainedProperties props)
           
 FontFactoryImp getFontImp()
           
 void setFontImp(FontFactoryImp fontImp)
           
private static void setParagraphLeading(Paragraph p, java.lang.String leading)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fontImp

private FontFactoryImp fontImp

colorTable

public static java.util.HashMap colorTable

followTags

public static java.util.HashMap followTags
Constructor Detail

FactoryProperties

public FactoryProperties()
Creates a new instance of FactoryProperties

Method Detail

createChunk

public Chunk createChunk(java.lang.String text,
                         ChainedProperties props)

setParagraphLeading

private static void setParagraphLeading(Paragraph p,
                                        java.lang.String leading)

createParagraph

public static Paragraph createParagraph(java.util.HashMap props)

createParagraph

public static void createParagraph(Paragraph p,
                                   ChainedProperties props)

createParagraph

public static Paragraph createParagraph(ChainedProperties props)

createListItem

public static ListItem createListItem(ChainedProperties props)

getFont

public Font getFont(ChainedProperties props)

decodeColor

public static java.awt.Color decodeColor(java.lang.String s)

getFontImp

public FontFactoryImp getFontImp()

setFontImp

public void setFontImp(FontFactoryImp fontImp)