|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.html.simpleparser.FactoryProperties
public class FactoryProperties
Field Summary | |
---|---|
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)
|
Font |
getFont(ChainedProperties props)
|
FontFactoryImp |
getFontImp()
|
static HyphenationEvent |
getHyphenation(ChainedProperties props)
Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties. |
static HyphenationEvent |
getHyphenation(java.util.HashMap props)
Gets a HyphenationEvent based on the hyphenation entry in a HashMap. |
static HyphenationEvent |
getHyphenation(java.lang.String s)
Gets a HyphenationEvent based on a String. |
static void |
insertStyle(java.util.HashMap h)
|
static void |
insertStyle(java.util.HashMap h,
ChainedProperties cprops)
New method contributed by Lubos Strapko |
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 |
---|
private FontFactoryImp fontImp
public static java.util.HashMap followTags
Constructor Detail |
---|
public FactoryProperties()
Method Detail |
---|
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 HyphenationEvent getHyphenation(ChainedProperties props)
props
- ChainedProperties
public static HyphenationEvent getHyphenation(java.util.HashMap props)
props
- a HashMap with properties
public static HyphenationEvent getHyphenation(java.lang.String s)
s
- a String, for instance "en_UK,2,2"
public static void insertStyle(java.util.HashMap h)
public static void insertStyle(java.util.HashMap h, ChainedProperties cprops)
h
- cprops
- public FontFactoryImp getFontImp()
public void setFontImp(FontFactoryImp fontImp)
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |