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 TypeMethodDescription@Nullable ReplacedElement
ReplacedElementFactory.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.pdf
Subinterfaces of ReplacedElement in org.xhtmlrenderer.pdfClasses in org.xhtmlrenderer.pdf that implement ReplacedElementModifier and TypeClassDescriptionclass
class
class
class
User: beck Date: 11/4/11class
final class
class
Methods in org.xhtmlrenderer.pdf that return ReplacedElementModifier and TypeMethodDescription@Nullable ReplacedElement
ITextReplacedElementFactory.createReplacedElement
(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) -
Uses of ReplacedElement in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as ReplacedElementMethods in org.xhtmlrenderer.render that return ReplacedElementModifier and TypeMethodDescriptionprivate ReplacedElement
BlockBox.fitReplacedElement
(LayoutContext c, ReplacedElement re) @Nullable ReplacedElement
BlockBox.getReplacedElement()
Methods in org.xhtmlrenderer.render with parameters of type ReplacedElementModifier and TypeMethodDescriptionprivate ReplacedElement
BlockBox.fitReplacedElement
(LayoutContext c, ReplacedElement re) void
BlockBox.setReplacedElement
(@Nullable ReplacedElement replacedElement) -
Uses of ReplacedElement in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement ReplacedElementModifier and TypeClassDescriptionclass
An DeferredImageReplacedElement is aReplacedElement
that contains aImage
which by default is simply a transparent image scaled to the size provided to the constructor.class
class
An ImageReplacedElement is aReplacedElement
that contains aImage
.class
Fields in org.xhtmlrenderer.swing with type parameters of type ReplacedElementModifier and TypeFieldDescriptionprivate final Map
<SwingReplacedElementFactory.CacheKey, ReplacedElement> SwingReplacedElementFactory.imageComponents
Cache of image components (ReplacedElements) for quick lookup, keyed by Element.Methods in org.xhtmlrenderer.swing that return ReplacedElementModifier and TypeMethodDescription@Nullable ReplacedElement
SwingReplacedElementFactory.createReplacedElement
(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected @Nullable ReplacedElement
SwingReplacedElementFactory.lookupImageReplacedElement
(Element e) Retrieves a ReplacedElement for an image from cache, or null if not found.private @Nullable ReplacedElement
SwingReplacedElementFactory.lookupImageReplacedElement
(Element elem, String ruri, int cssWidth, int cssHeight) protected ReplacedElement
SwingReplacedElementFactory.newIrreplaceableImageElement
(int cssWidth, int cssHeight) Returns a ReplacedElement for some element in the stream which should be replaceable, but is not.protected @Nullable ReplacedElement
SwingReplacedElementFactory.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 void
SwingReplacedElementFactory.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.swt
Classes in org.xhtmlrenderer.swt that implement ReplacedElementModifier and TypeClassDescriptionclass
ReplacementElement for a FormControl.class
ReplacedElement for<img>
tags.Fields in org.xhtmlrenderer.swt with type parameters of type ReplacedElementModifier and TypeFieldDescriptionprivate final Map
<Element, ReplacedElement> SWTReplacedElementFactory._imageComponents
Cache of image components (ReplacedElements) for quick lookup, keyed by Element.Methods in org.xhtmlrenderer.swt that return ReplacedElementModifier and TypeMethodDescription@Nullable ReplacedElement
SWTReplacedElementFactory.createReplacedElement
(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected @Nullable ReplacedElement
SWTReplacedElementFactory.lookupImageReplacedElement
(Element e) Retrieves a ReplacedElement for an image from cache, or null if not found.protected @Nullable ReplacedElement
SWTReplacedElementFactory.replaceImage
(UserAgentCallback uac, LayoutContext context, Element elem, int cssWidth, int cssHeight) Handles replacement of image elements in the document.Methods in org.xhtmlrenderer.swt with parameters of type ReplacedElementModifier and TypeMethodDescriptionprotected void
SWTReplacedElementFactory.storeImageReplacedElement
(Element e, ReplacedElement cc) Adds a ReplacedElement containing an image to a cache of images for quick lookup.