Uses of Interface
org.xhtmlrenderer.extend.ReplacedElement
-
Packages that use ReplacedElement Package Description org.xhtmlrenderer.extend org.xhtmlrenderer.render org.xhtmlrenderer.simple.extend org.xhtmlrenderer.swing org.xhtmlrenderer.test -
-
Uses of ReplacedElement in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return ReplacedElement Modifier and Type Method Description ReplacedElementReplacedElementFactory. createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)NOTE: Only block equivalent elements can be replaced. -
Uses of ReplacedElement in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return ReplacedElement Modifier and Type Method Description ReplacedElementBlockBox. getReplacedElement()Methods in org.xhtmlrenderer.render with parameters of type ReplacedElement Modifier and Type Method Description voidBlockBox. setReplacedElement(ReplacedElement replacedElement) -
Uses of ReplacedElement in org.xhtmlrenderer.simple.extend
Methods in org.xhtmlrenderer.simple.extend that return ReplacedElement Modifier and Type Method Description ReplacedElementNoReplacedElementFactory. createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) -
Uses of ReplacedElement in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement ReplacedElement Modifier and Type Class Description classDeferredImageReplacedElementAn DeferredImageReplacedElement is aReplacedElementthat contains aImagewhich by default is simply a transparent image scaled to the size provided to the constructor.classEmptyReplacedElementclassImageReplacedElementAn ImageReplacedElement is aReplacedElementthat contains aImage.classSwingReplacedElementMethods in org.xhtmlrenderer.swing that return ReplacedElement Modifier and Type Method Description ReplacedElementSwingReplacedElementFactory. createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)protected ReplacedElementSwingReplacedElementFactory. lookupImageReplacedElement(Element e, String uri)Retrieves a ReplacedElement for an image from cache, or null if not found.protected ReplacedElementSwingReplacedElementFactory. newIrreplaceableImageElement(int cssWidth, int cssHeight)Returns a ReplacedElement for some element in the stream which should be replaceable, but is not.protected ReplacedElementSwingReplacedElementFactory. replaceImage(UserAgentCallback uac, LayoutContext context, Element elem, int cssWidth, int cssHeight)Handles replacement of image elements in the document.Methods in org.xhtmlrenderer.swing with parameters of type ReplacedElement Modifier and Type Method Description protected voidSwingReplacedElementFactory. storeImageReplacedElement(Element e, ReplacedElement cc, String uri, int cssWidth, int cssHeight)Adds a ReplacedElement containing an image to a cache of images for quick lookup. -
Uses of ReplacedElement in org.xhtmlrenderer.test
Methods in org.xhtmlrenderer.test that return ReplacedElement Modifier and Type Method Description ReplacedElementDelegatingReplacedElementFactory. createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)protected ReplacedElementSwingImageReplacer. lookupImageReplacedElement(Element e)Retrieves a ReplacedElement for an image from cache, or null if not found.protected ReplacedElementSwingImageReplacer. newIrreplaceableImageElement(int cssWidth, int cssHeight)Returns a ReplacedElement for some element in the stream which should be replaceable, but is not.abstract ReplacedElementElementReplacer. replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)ReplacedElementSwingImageReplacer. replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)protected ReplacedElementSwingImageReplacer. replaceImage(UserAgentCallback uac, LayoutContext context, Element elem, int cssWidth, int cssHeight)Handles replacement of image elements in the document.Methods in org.xhtmlrenderer.test with parameters of type ReplacedElement Modifier and Type Method Description protected voidSwingImageReplacer. storeImageReplacedElement(Element e, ReplacedElement cc)Adds a ReplacedElement containing an image to a cache of images for quick lookup.
-