Package org.xhtmlrenderer.pdf
Class ITextOutputDevice
- java.lang.Object
-
- org.xhtmlrenderer.render.AbstractOutputDevice
-
- org.xhtmlrenderer.pdf.ITextOutputDevice
-
- All Implemented Interfaces:
OutputDevice
public class ITextOutputDevice extends AbstractOutputDevice implements OutputDevice
This class is largely based onPdfGraphics2D. See http://sourceforge.net/ projects/itext/ for license information.
-
-
Constructor Summary
Constructors Constructor Description ITextOutputDevice(float dotsPerPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMetadata(String name, String value)Appends a name/content metadata pair to this output device.voidclip(Shape s)com.lowagie.text.RectanglecreateLocalTargetArea(RenderingContext c, Box box)com.lowagie.text.RectanglecreateTargetArea(RenderingContext c, Box box)voiddraw(Shape s)voiddrawBorderLine(Shape bounds, int side, int lineWidth, boolean solid)voiddrawImage(FSImage fsImage, int x, int y)protected voiddrawLine(int x1, int y1, int x2, int y2)voiddrawOval(int x, int y, int width, int height)voiddrawRect(int x, int y, int width, int height)voiddrawSelection(RenderingContext c, InlineText inlineText)voiddrawString(String s, float x, float y, JustificationInfo info)voidfill(Shape s)voidfillOval(int x, int y, int width, int height)voidfillRect(int x, int y, int width, int height)List<PagePosition>findPagePositionsByID(CssContext c, Pattern pattern)voidfinish(RenderingContext c, Box root)voidfinishPage()ShapegetClip()com.lowagie.text.pdf.PdfContentBytegetCurrentPage()floatgetDeviceLength(float length)floatgetDotsPerPoint()StringgetMetadataByName(String name)Searches the metadata name/content pairs of the current document and returns the content value from the first pair with a matching name.List<String>getMetadataListByName(String name)Searches the metadata name/content pairs of the current document and returns any content values with a matching name in an ArrayList.intgetNextFormFieldIndex()com.lowagie.text.pdf.PdfReadergetReader(URI uri)ObjectgetRenderingHint(RenderingHints.Key key)SharedContextgetSharedContext()intgetStartPageNo()StrokegetStroke()AffineTransformgetTransform()com.lowagie.text.pdf.PdfWritergetWriter()voidinitializePage(com.lowagie.text.pdf.PdfContentByte currentPage, float height)booleanisSupportsCMYKColors()booleanisSupportsSelection()voidpaintBackground(RenderingContext c, Box box)voidpaintReplacedElement(RenderingContext c, BlockBox box)voidsetClip(Shape s)voidsetColor(FSColor color)voidsetFont(FSFont font)voidsetMetadata(String name, String value)Replaces all copies of the named metadata with a single value.voidsetRenderingHint(RenderingHints.Key key, Object value)voidsetRoot(Box root)voidsetSharedContext(SharedContext sharedContext)voidsetStartPageNo(int startPageNo)voidsetStroke(Stroke s)voidsetWriter(com.lowagie.text.pdf.PdfWriter writer)voidstart(Document doc)voidtranslate(double tx, double ty)-
Methods inherited from class org.xhtmlrenderer.render.AbstractOutputDevice
drawDebugOutline, drawText, drawTextDecoration, drawTextDecoration, getFontSpecification, paintBackground, paintBorder, paintBorder, paintCollapsedBorder, setFontSpecification
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.xhtmlrenderer.extend.OutputDevice
drawDebugOutline, drawText, drawTextDecoration, drawTextDecoration, paintBackground, paintBorder, paintBorder, paintCollapsedBorder
-
-
-
-
Method Detail
-
setWriter
public void setWriter(com.lowagie.text.pdf.PdfWriter writer)
-
getWriter
public com.lowagie.text.pdf.PdfWriter getWriter()
-
getNextFormFieldIndex
public int getNextFormFieldIndex()
-
initializePage
public void initializePage(com.lowagie.text.pdf.PdfContentByte currentPage, float height)
-
finishPage
public void finishPage()
-
paintReplacedElement
public void paintReplacedElement(RenderingContext c, BlockBox box)
- Specified by:
paintReplacedElementin interfaceOutputDevice
-
paintBackground
public void paintBackground(RenderingContext c, Box box)
- Specified by:
paintBackgroundin interfaceOutputDevice- Overrides:
paintBackgroundin classAbstractOutputDevice
-
createLocalTargetArea
public com.lowagie.text.Rectangle createLocalTargetArea(RenderingContext c, Box box)
-
createTargetArea
public com.lowagie.text.Rectangle createTargetArea(RenderingContext c, Box box)
-
getDeviceLength
public float getDeviceLength(float length)
-
drawBorderLine
public void drawBorderLine(Shape bounds, int side, int lineWidth, boolean solid)
- Specified by:
drawBorderLinein interfaceOutputDevice
-
setColor
public void setColor(FSColor color)
- Specified by:
setColorin interfaceOutputDevice
-
draw
public void draw(Shape s)
- Specified by:
drawin interfaceOutputDevice
-
drawLine
protected void drawLine(int x1, int y1, int x2, int y2)- Specified by:
drawLinein classAbstractOutputDevice
-
drawRect
public void drawRect(int x, int y, int width, int height)- Specified by:
drawRectin interfaceOutputDevice
-
drawOval
public void drawOval(int x, int y, int width, int height)- Specified by:
drawOvalin interfaceOutputDevice
-
fill
public void fill(Shape s)
- Specified by:
fillin interfaceOutputDevice
-
fillRect
public void fillRect(int x, int y, int width, int height)- Specified by:
fillRectin interfaceOutputDevice
-
fillOval
public void fillOval(int x, int y, int width, int height)- Specified by:
fillOvalin interfaceOutputDevice
-
translate
public void translate(double tx, double ty)- Specified by:
translatein interfaceOutputDevice
-
getRenderingHint
public Object getRenderingHint(RenderingHints.Key key)
- Specified by:
getRenderingHintin interfaceOutputDevice
-
setRenderingHint
public void setRenderingHint(RenderingHints.Key key, Object value)
- Specified by:
setRenderingHintin interfaceOutputDevice
-
setFont
public void setFont(FSFont font)
- Specified by:
setFontin interfaceOutputDevice
-
drawString
public void drawString(String s, float x, float y, JustificationInfo info)
-
getTransform
public AffineTransform getTransform()
-
getCurrentPage
public com.lowagie.text.pdf.PdfContentByte getCurrentPage()
-
setStroke
public void setStroke(Stroke s)
- Specified by:
setStrokein interfaceOutputDevice
-
clip
public void clip(Shape s)
- Specified by:
clipin interfaceOutputDevice
-
getClip
public Shape getClip()
- Specified by:
getClipin interfaceOutputDevice
-
setClip
public void setClip(Shape s)
- Specified by:
setClipin interfaceOutputDevice
-
getStroke
public Stroke getStroke()
- Specified by:
getStrokein interfaceOutputDevice
-
drawImage
public void drawImage(FSImage fsImage, int x, int y)
- Specified by:
drawImagein interfaceOutputDevice
-
getReader
public com.lowagie.text.pdf.PdfReader getReader(URI uri) throws IOException
- Throws:
IOException
-
getDotsPerPoint
public float getDotsPerPoint()
-
start
public void start(Document doc)
-
finish
public void finish(RenderingContext c, Box root)
-
addMetadata
public void addMetadata(String name, String value)
Appends a name/content metadata pair to this output device. A name or content value of null will be ignored.- Parameters:
name- the name of the metadata element to add.
-
getMetadataByName
public String getMetadataByName(String name)
Searches the metadata name/content pairs of the current document and returns the content value from the first pair with a matching name. The search is case-insensitive.- Parameters:
name- the metadata element name to locate.- Returns:
- the content value of the first found metadata element; otherwise null.
-
getMetadataListByName
public List<String> getMetadataListByName(String name)
Searches the metadata name/content pairs of the current document and returns any content values with a matching name in an ArrayList. The search is case-insensitive.- Parameters:
name- the metadata element name to locate.- Returns:
- an ArrayList with matching content values; otherwise an empty list.
-
setMetadata
public void setMetadata(String name, String value)
Replaces all copies of the named metadata with a single value. A new value of null will result in the removal of all copies of the named metadata. UseaddMetadatato append additional values with the same name.- Parameters:
name- the metadata element name to locate.
-
getSharedContext
public SharedContext getSharedContext()
-
setSharedContext
public void setSharedContext(SharedContext sharedContext)
-
setRoot
public void setRoot(Box root)
-
getStartPageNo
public int getStartPageNo()
-
setStartPageNo
public void setStartPageNo(int startPageNo)
-
drawSelection
public void drawSelection(RenderingContext c, InlineText inlineText)
- Specified by:
drawSelectionin interfaceOutputDevice
-
isSupportsSelection
public boolean isSupportsSelection()
- Specified by:
isSupportsSelectionin interfaceOutputDevice
-
isSupportsCMYKColors
public boolean isSupportsCMYKColors()
- Specified by:
isSupportsCMYKColorsin interfaceOutputDevice
-
findPagePositionsByID
public List<PagePosition> findPagePositionsByID(CssContext c, Pattern pattern)
-
-