java.lang.Object
org.xhtmlrenderer.swt.SWTReplacedElementFactory
org.xhtmlrenderer.swt.simple.SWTXhtmlReplacedElementFactory
- All Implemented Interfaces:
org.xhtmlrenderer.extend.ReplacedElementFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.xhtmlrenderer.extend.ReplacedElementcreateReplacedElement(org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.render.BlockBox box, org.xhtmlrenderer.extend.UserAgentCallback uac, int cssWidth, int cssHeight) org.xhtmlrenderer.simple.xhtml.XhtmlFormprotected ElementgetParentForm(Element e, org.xhtmlrenderer.layout.LayoutContext context) voidvoidreset()Methods inherited from class org.xhtmlrenderer.swt.SWTReplacedElementFactory
clean, lookupImageReplacedElement, replaceImage, setFormSubmissionListener, storeImageReplacedElement
-
Constructor Details
-
SWTXhtmlReplacedElementFactory
-
-
Method Details
-
getForm
- Returns:
- the form corresponding to element
eornullif none
-
createReplacedElement
public org.xhtmlrenderer.extend.ReplacedElement createReplacedElement(org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.render.BlockBox box, org.xhtmlrenderer.extend.UserAgentCallback uac, int cssWidth, int cssHeight) - Specified by:
createReplacedElementin interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory- Overrides:
createReplacedElementin classSWTReplacedElementFactory
-
remove
- Specified by:
removein interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory- Overrides:
removein classSWTReplacedElementFactory
-
reset
public void reset()- Specified by:
resetin interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory- Overrides:
resetin classSWTReplacedElementFactory
-
getParentForm
-