org.xhtmlrenderer.test
Class SwingImageReplacer
java.lang.Object
org.xhtmlrenderer.test.ElementReplacer
org.xhtmlrenderer.test.SwingImageReplacer
public class SwingImageReplacer
- extends ElementReplacer
- Author:
- patrick
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingImageReplacer
public SwingImageReplacer()
isElementNameMatch
public boolean isElementNameMatch()
- Specified by:
isElementNameMatch
in class ElementReplacer
getElementNameMatch
public java.lang.String getElementNameMatch()
- Specified by:
getElementNameMatch
in class ElementReplacer
accept
public boolean accept(LayoutContext context,
org.w3c.dom.Element element)
- Specified by:
accept
in class ElementReplacer
replace
public ReplacedElement replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
- Specified by:
replace
in class ElementReplacer
clear
public void clear(org.w3c.dom.Element element)
- Specified by:
clear
in class ElementReplacer
reset
public void reset()
- Specified by:
reset
in class ElementReplacer
Flying Saucer Project Home