public class SwingImageReplacer extends ElementReplacer
?????? |
---|
SwingImageReplacer() |
?????? | ????? |
---|---|
boolean |
accept(LayoutContext context,
org.w3c.dom.Element element) |
void |
clear(org.w3c.dom.Element element) |
java.lang.String |
getElementNameMatch() |
boolean |
isElementNameMatch() |
ReplacedElement |
replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
void |
reset() |
public boolean isElementNameMatch()
isElementNameMatch
??? ElementReplacer
public java.lang.String getElementNameMatch()
getElementNameMatch
??? ElementReplacer
public boolean accept(LayoutContext context, org.w3c.dom.Element element)
accept
??? ElementReplacer
public ReplacedElement replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
replace
??? ElementReplacer
public void clear(org.w3c.dom.Element element)
clear
??? ElementReplacer
public void reset()
reset
??? ElementReplacer