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 void
clip(java.awt.Shape s)
com.lowagie.text.Rectangle
createLocalTargetArea(RenderingContext c, Box box)
com.lowagie.text.Rectangle
createTargetArea(RenderingContext c, Box box)
void
drawBorderLine(java.awt.Rectangle bounds, int side, int lineWidth, boolean solid)
void
drawImage(FSImage fsImage, int x, int y)
void
drawOval(int x, int y, int width, int height)
void
drawRect(int x, int y, int width, int height)
void
drawSelection(RenderingContext c, InlineText inlineText)
void
drawString(java.lang.String s, float x, float y, JustificationInfo info)
void
fill(java.awt.Shape s)
void
fillOval(int x, int y, int width, int height)
void
fillRect(int x, int y, int width, int height)
java.util.List
findPagePositionsByID(CssContext c, java.util.regex.Pattern pattern)
void
finish(RenderingContext c, Box root)
void
finishPage()
java.awt.Shape
getClip()
com.lowagie.text.pdf.PdfContentByte
getCurrentPage()
float
getDeviceLength(float length)
float
getDotsPerPoint()
int
getNextFormFieldIndex()
com.lowagie.text.pdf.PdfReader
getReader(java.net.URL url)
java.lang.Object
getRenderingHint(java.awt.RenderingHints.Key key)
SharedContext
getSharedContext()
int
getStartPageNo()
java.awt.Stroke
getStroke()
com.lowagie.text.pdf.PdfWriter
getWriter()
void
initializePage(com.lowagie.text.pdf.PdfContentByte currentPage, float height)
boolean
isSupportsCMYKColors()
boolean
isSupportsSelection()
void
paintBackground(RenderingContext c, Box box)
void
paintReplacedElement(RenderingContext c, BlockBox box)
void
setClip(java.awt.Shape s)
void
setColor(FSColor color)
void
setFont(FSFont font)
void
setRenderingHint(java.awt.RenderingHints.Key key, java.lang.Object value)
void
setRoot(Box root)
void
setSharedContext(SharedContext sharedContext)
void
setStartPageNo(int startPageNo)
void
setStroke(java.awt.Stroke s)
void
setWriter(com.lowagie.text.pdf.PdfWriter writer)
void
start(org.w3c.dom.Document doc)
void
translate(double tx, double ty)
-
Methods inherited from class org.xhtmlrenderer.render.AbstractOutputDevice
drawDebugOutline, drawText, drawTextDecoration, drawTextDecoration, paintBackground, paintBorder, paintBorder, paintCollapsedBorder
-
Methods inherited from class java.lang.Object
equals, 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:
paintReplacedElement
in interfaceOutputDevice
-
paintBackground
public void paintBackground(RenderingContext c, Box box)
- Specified by:
paintBackground
in interfaceOutputDevice
- Overrides:
paintBackground
in 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(java.awt.Rectangle bounds, int side, int lineWidth, boolean solid)
- Specified by:
drawBorderLine
in interfaceOutputDevice
-
setColor
public void setColor(FSColor color)
- Specified by:
setColor
in interfaceOutputDevice
-
drawRect
public void drawRect(int x, int y, int width, int height)
- Specified by:
drawRect
in interfaceOutputDevice
-
drawOval
public void drawOval(int x, int y, int width, int height)
- Specified by:
drawOval
in interfaceOutputDevice
-
fill
public void fill(java.awt.Shape s)
- Specified by:
fill
in interfaceOutputDevice
-
fillRect
public void fillRect(int x, int y, int width, int height)
- Specified by:
fillRect
in interfaceOutputDevice
-
fillOval
public void fillOval(int x, int y, int width, int height)
- Specified by:
fillOval
in interfaceOutputDevice
-
translate
public void translate(double tx, double ty)
- Specified by:
translate
in interfaceOutputDevice
-
getRenderingHint
public java.lang.Object getRenderingHint(java.awt.RenderingHints.Key key)
- Specified by:
getRenderingHint
in interfaceOutputDevice
-
setRenderingHint
public void setRenderingHint(java.awt.RenderingHints.Key key, java.lang.Object value)
- Specified by:
setRenderingHint
in interfaceOutputDevice
-
setFont
public void setFont(FSFont font)
- Specified by:
setFont
in interfaceOutputDevice
-
drawString
public void drawString(java.lang.String s, float x, float y, JustificationInfo info)
-
getCurrentPage
public com.lowagie.text.pdf.PdfContentByte getCurrentPage()
-
setStroke
public void setStroke(java.awt.Stroke s)
- Specified by:
setStroke
in interfaceOutputDevice
-
clip
public void clip(java.awt.Shape s)
- Specified by:
clip
in interfaceOutputDevice
-
getClip
public java.awt.Shape getClip()
- Specified by:
getClip
in interfaceOutputDevice
-
setClip
public void setClip(java.awt.Shape s)
- Specified by:
setClip
in interfaceOutputDevice
-
getStroke
public java.awt.Stroke getStroke()
- Specified by:
getStroke
in interfaceOutputDevice
-
drawImage
public void drawImage(FSImage fsImage, int x, int y)
- Specified by:
drawImage
in interfaceOutputDevice
-
getReader
public com.lowagie.text.pdf.PdfReader getReader(java.net.URL url) throws java.io.IOException
- Throws:
java.io.IOException
-
getDotsPerPoint
public float getDotsPerPoint()
-
start
public void start(org.w3c.dom.Document doc)
-
finish
public void finish(RenderingContext c, Box root)
-
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:
drawSelection
in interfaceOutputDevice
-
isSupportsSelection
public boolean isSupportsSelection()
- Specified by:
isSupportsSelection
in interfaceOutputDevice
-
isSupportsCMYKColors
public boolean isSupportsCMYKColors()
- Specified by:
isSupportsCMYKColors
in interfaceOutputDevice
-
findPagePositionsByID
public java.util.List findPagePositionsByID(CssContext c, java.util.regex.Pattern pattern)
-
-