com.lowagie.text.html.simpleparser

Class FactoryProperties


public class FactoryProperties
extends java.lang.Object

Author:
psoares

Field Summary

static HashMap
colorTable
static HashMap
followTags

Constructor Summary

FactoryProperties()
Creates a new instance of FactoryProperties

Method Summary

static Chunk
createChunk(String text, ChainedProperties props)
static Paragraph
createParagraph(HashMap props)
static Paragraph
createParagraph(ChainedProperties props)
static Color
decodeColor(String s)
static Font
getFont(ChainedProperties props)

Field Details

colorTable

public static HashMap colorTable

followTags

public static HashMap followTags

Constructor Details

FactoryProperties

public FactoryProperties()
Creates a new instance of FactoryProperties

Method Details

createChunk

public static Chunk createChunk(String text,
                                ChainedProperties props)

createParagraph

public static Paragraph createParagraph(HashMap props)

createParagraph

public static Paragraph createParagraph(ChainedProperties props)

decodeColor

public static Color decodeColor(String s)

getFont

public static Font getFont(ChainedProperties props)