|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.factories.ElementFactory
public class ElementFactory
This class is able to create Element objects based on a list of properties.
Constructor Summary | |
---|---|
ElementFactory()
|
Method Summary | |
---|---|
static Anchor |
getAnchor(java.util.Properties attributes)
Creates an Anchor object based on a list of properties. |
static Annotation |
getAnnotation(java.util.Properties attributes)
Creates an Annotation object based on a list of properties. |
static Cell |
getCell(java.util.Properties attributes)
Creates a Cell object based on a list of properties. |
static ChapterAutoNumber |
getChapter(java.util.Properties attributes)
Creates a ChapterAutoNumber object based on a list of properties. |
static Chunk |
getChunk(java.util.Properties attributes)
Creates a Chunk object based on a list of properties. |
static Image |
getImage(java.util.Properties attributes)
Creates an Image object based on a list of properties. |
static List |
getList(java.util.Properties attributes)
Creates a List object based on a list of properties. |
static ListItem |
getListItem(java.util.Properties attributes)
Creates a ListItem object based on a list of properties. |
static Paragraph |
getParagraph(java.util.Properties attributes)
Creates a Paragraph object based on a list of properties. |
static Phrase |
getPhrase(java.util.Properties attributes)
Creates a Phrase object based on a list of properties. |
static Section |
getSection(Section parent,
java.util.Properties attributes)
Creates a Section object based on a list of properties. |
static Table |
getTable(java.util.Properties attributes)
Creates an Table object based on a list of properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementFactory()
Method Detail |
---|
public static Chunk getChunk(java.util.Properties attributes)
attributes
-
public static Phrase getPhrase(java.util.Properties attributes)
attributes
-
public static Anchor getAnchor(java.util.Properties attributes)
attributes
-
public static Paragraph getParagraph(java.util.Properties attributes)
attributes
-
public static ListItem getListItem(java.util.Properties attributes)
attributes
-
public static List getList(java.util.Properties attributes)
attributes
-
public static Cell getCell(java.util.Properties attributes)
attributes
-
public static Table getTable(java.util.Properties attributes)
attributes
-
public static ChapterAutoNumber getChapter(java.util.Properties attributes)
attributes
-
public static Section getSection(Section parent, java.util.Properties attributes)
attributes
-
public static Image getImage(java.util.Properties attributes) throws BadElementException, java.net.MalformedURLException, java.io.IOException
attributes
-
BadElementException
java.net.MalformedURLException
java.io.IOException
public static Annotation getAnnotation(java.util.Properties attributes)
attributes
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |