public class FactoryProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.HashMap |
colorTable |
static java.util.HashMap |
followTags |
private FontFactoryImp |
fontImp |
Constructor and Description |
---|
FactoryProperties()
Creates a new instance of FactoryProperties
|
Modifier and Type | Method and Description |
---|---|
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) |
private FontFactoryImp fontImp
public static java.util.HashMap colorTable
public static java.util.HashMap followTags
public FactoryProperties()
public Chunk createChunk(java.lang.String text, ChainedProperties props)
private static void setParagraphLeading(Paragraph p, java.lang.String leading)
public static Paragraph createParagraph(java.util.HashMap props)
public static void createParagraph(Paragraph p, ChainedProperties props)
public static Paragraph createParagraph(ChainedProperties props)
public static ListItem createListItem(ChainedProperties props)
public Font getFont(ChainedProperties props)
public static java.awt.Color decodeColor(java.lang.String s)
public FontFactoryImp getFontImp()
public void setFontImp(FontFactoryImp fontImp)