Uses of Interface
org.xhtmlrenderer.extend.ReplacedElement
Packages that use ReplacedElement
Package
Description
-
Uses of ReplacedElement in Unnamed Package
Classes in Unnamed Package that implement ReplacedElementModifier and TypeClassDescriptionprivate static final class
Methods in Unnamed Package that return ReplacedElementModifier and TypeMethodDescriptionImageMapReplacedElementFactory.createReplacedElement
(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected ReplacedElement
ImageMapReplacedElementFactory.replaceImageMap
(UserAgentCallback uac, LayoutContext context, Element elem, String usemapAttr, int cssWidth, int cssHeight) -
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.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
class
class
Methods in org.xhtmlrenderer.pdf that return ReplacedElementModifier and TypeMethodDescriptionITextReplacedElementFactory.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) BlockBox.getReplacedElement()
Methods in org.xhtmlrenderer.render with parameters of type ReplacedElementModifier and TypeMethodDescriptionprivate ReplacedElement
BlockBox.fitReplacedElement
(LayoutContext c, ReplacedElement re) void
BlockBox.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 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 TypeMethodDescriptionSwingReplacedElementFactory.createReplacedElement
(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected ReplacedElement
SwingReplacedElementFactory.lookupImageReplacedElement
(Element e) Retrieves a ReplacedElement for an image from cache, or null if not found.private 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 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 TypeMethodDescriptionSWTReplacedElementFactory.createReplacedElement
(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected ReplacedElement
SWTReplacedElementFactory.lookupImageReplacedElement
(Element e) Retrieves a ReplacedElement for an image from cache, or null if not found.protected 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. -
Uses of ReplacedElement in org.xhtmlrenderer.swt.simple
Fields in org.xhtmlrenderer.swt.simple with type parameters of type ReplacedElementModifier and TypeFieldDescriptionprivate final Map
<Element, ReplacedElement> SWTXhtmlReplacedElementFactory._controls
Methods in org.xhtmlrenderer.swt.simple that return ReplacedElementModifier and TypeMethodDescriptionSWTXhtmlReplacedElementFactory.createReplacedElement
(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) -
Uses of ReplacedElement in org.xhtmlrenderer.test
Fields in org.xhtmlrenderer.test with type parameters of type ReplacedElementModifier and TypeFieldDescriptionprivate final Map
<Element, ReplacedElement> SwingImageReplacer.imageComponents
Methods in org.xhtmlrenderer.test that return ReplacedElementModifier and TypeMethodDescriptionDelegatingReplacedElementFactory.createReplacedElement
(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected ReplacedElement
SwingImageReplacer.lookupImageReplacedElement
(Element e) Retrieves a ReplacedElement for an image from cache, or null if not found.protected ReplacedElement
SwingImageReplacer.newIrreplaceableImageElement
(int cssWidth, int cssHeight) Returns a ReplacedElement for some element in the stream which should be replaceable, but is not.abstract ReplacedElement
ElementReplacer.replace
(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) SwingImageReplacer.replace
(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected ReplacedElement
SwingImageReplacer.replaceImage
(UserAgentCallback uac, LayoutContext context, Element elem, int cssWidth, int cssHeight) Handles replacement of image elements in the document.private ReplacedElement
DelegatingReplacedElementFactory.replaceUsing
(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight, ElementReplacer replacer) Methods in org.xhtmlrenderer.test with parameters of type ReplacedElementModifier and TypeMethodDescriptionprotected void
SwingImageReplacer.storeImageReplacedElement
(Element e, ReplacedElement cc) Adds a ReplacedElement containing an image to a cache of images for quick lookup.