public class SVGReplacedElement extends Object implements org.xhtmlrenderer.pdf.ITextReplacedElement
| Constructor and Description |
|---|
SVGReplacedElement(Document svg,
int cssWidth,
int cssHeight) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach(org.xhtmlrenderer.layout.LayoutContext c) |
int |
getBaseline() |
int |
getIntrinsicHeight() |
int |
getIntrinsicWidth() |
Point |
getLocation() |
boolean |
hasBaseline() |
boolean |
isRequiresInteractivePaint() |
void |
paint(org.xhtmlrenderer.render.RenderingContext renderingContext,
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice,
org.xhtmlrenderer.render.BlockBox blockBox) |
void |
setLocation(int x,
int y) |
static String |
toString(Document doc) |
public SVGReplacedElement(Document svg, int cssWidth, int cssHeight)
public void detach(org.xhtmlrenderer.layout.LayoutContext c)
detach in interface org.xhtmlrenderer.extend.ReplacedElementpublic int getBaseline()
getBaseline in interface org.xhtmlrenderer.extend.ReplacedElementpublic int getIntrinsicWidth()
getIntrinsicWidth in interface org.xhtmlrenderer.extend.ReplacedElementpublic int getIntrinsicHeight()
getIntrinsicHeight in interface org.xhtmlrenderer.extend.ReplacedElementpublic boolean hasBaseline()
hasBaseline in interface org.xhtmlrenderer.extend.ReplacedElementpublic boolean isRequiresInteractivePaint()
isRequiresInteractivePaint in interface org.xhtmlrenderer.extend.ReplacedElementpublic Point getLocation()
getLocation in interface org.xhtmlrenderer.extend.ReplacedElementpublic void setLocation(int x,
int y)
setLocation in interface org.xhtmlrenderer.extend.ReplacedElementpublic void paint(org.xhtmlrenderer.render.RenderingContext renderingContext,
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice,
org.xhtmlrenderer.render.BlockBox blockBox)
paint in interface org.xhtmlrenderer.pdf.ITextReplacedElementCopyright © 2015. All rights reserved.