Uses of Interface
org.xhtmlrenderer.extend.ReplacedElement
Packages that use ReplacedElement
Package
Description
-
Uses of ReplacedElement in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return ReplacedElementModifier and TypeMethodDescriptionReplacedElementFactory.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 ReplacedElementMethods in org.xhtmlrenderer.render with parameters of type ReplacedElementModifier and TypeMethodDescriptionvoidBlockBox.setReplacedElement(ReplacedElement replacedElement) -
Uses of ReplacedElement in org.xhtmlrenderer.simple.extend
Methods in org.xhtmlrenderer.simple.extend that return ReplacedElementModifier and TypeMethodDescriptionNoReplacedElementFactory.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 ReplacedElementModifier and TypeClassDescriptionclassAn DeferredImageReplacedElement is aReplacedElementthat contains aImagewhich by default is simply a transparent image scaled to the size provided to the constructor.classclassAn ImageReplacedElement is aReplacedElementthat contains aImage.classMethods in org.xhtmlrenderer.swing that return ReplacedElementModifier and TypeMethodDescriptionSwingReplacedElementFactory.createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected ReplacedElementSwingReplacedElementFactory.lookupImageReplacedElement(Element e) 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 ReplacedElementModifier and TypeMethodDescriptionprotected 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 ReplacedElementModifier and TypeMethodDescriptionDelegatingReplacedElementFactory.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) SwingImageReplacer.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 ReplacedElementModifier and TypeMethodDescriptionprotected voidSwingImageReplacer.storeImageReplacedElement(Element e, ReplacedElement cc) Adds a ReplacedElement containing an image to a cache of images for quick lookup.