@Deprecated
public class ElementFactory
extends java.lang.Object
Constructor | Description |
---|---|
ElementFactory() |
Deprecated.
Creates a new instance of FactoryProperties.
|
Modifier and Type | Method | Description |
---|---|---|
Chunk |
createChunk(java.lang.String content,
ChainedProperties chain) |
Deprecated.
Creates an iText Chunk
|
Image |
createImage(java.lang.String src,
java.util.Map<java.lang.String,java.lang.String> attrs,
ChainedProperties chain,
DocListener document,
ImageProvider img_provider,
java.util.HashMap<java.lang.String,Image> img_store,
java.lang.String img_baseurl) |
Deprecated.
|
LineSeparator |
createLineSeparator(java.util.Map<java.lang.String,java.lang.String> attrs,
float offset) |
Deprecated.
Creates a LineSeparator.
|
List |
createList(java.lang.String tag,
ChainedProperties chain) |
Deprecated.
|
ListItem |
createListItem(ChainedProperties chain) |
Deprecated.
Creates an iText Paragraph object using the properties
of the different tags and properties in the hierarchy chain.
|
Paragraph |
createParagraph(ChainedProperties chain) |
Deprecated.
Creates an iText Paragraph object using the properties
of the different tags and properties in the hierarchy chain.
|
Font |
getFont(ChainedProperties chain) |
Deprecated.
Creates a Font object based on a chain of properties.
|
FontProvider |
getFontProvider() |
Deprecated.
Getter for the font provider
|
HyphenationEvent |
getHyphenation(ChainedProperties chain) |
Deprecated.
Gets a HyphenationEvent based on the hyphenation entry in
the hierarchy chain.
|
void |
setFontProvider(FontProvider provider) |
Deprecated.
Setter for the font provider
|
protected static void |
setParagraphLeading(Paragraph paragraph,
java.lang.String leading) |
Deprecated.
Sets the leading of a Paragraph object.
|
protected void |
updateElement(Paragraph paragraph,
ChainedProperties chain) |
Deprecated.
Method that does the actual Element creating for
the createParagraph and createListItem method.
|
public ElementFactory()
public void setFontProvider(FontProvider provider)
provider
- public FontProvider getFontProvider()
public Font getFont(ChainedProperties chain)
chain
- chain of propertiespublic Chunk createChunk(java.lang.String content, ChainedProperties chain)
content
- the content of the Chunkchain
- the hierarchy chainpublic Paragraph createParagraph(ChainedProperties chain)
chain
- the hierarchy chainpublic ListItem createListItem(ChainedProperties chain)
chain
- the hierarchy chainprotected void updateElement(Paragraph paragraph, ChainedProperties chain)
paragraph
- chain
- protected static void setParagraphLeading(Paragraph paragraph, java.lang.String leading)
paragraph
- the Paragraph for which we set the leadingleading
- the String value of the leadingpublic HyphenationEvent getHyphenation(ChainedProperties chain)
chain
- the hierarchy chainpublic LineSeparator createLineSeparator(java.util.Map<java.lang.String,java.lang.String> attrs, float offset)
attrs
- the attributesoffset
- public Image createImage(java.lang.String src, java.util.Map<java.lang.String,java.lang.String> attrs, ChainedProperties chain, DocListener document, ImageProvider img_provider, java.util.HashMap<java.lang.String,Image> img_store, java.lang.String img_baseurl) throws DocumentException, java.io.IOException
src
- attrs
- chain
- document
- img_provider
- img_store
- img_baseurl
- DocumentException
java.io.IOException
public List createList(java.lang.String tag, ChainedProperties chain)
tag
- chain
- Copyright © 1998–2018. All rights reserved.