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 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.pdf
Subinterfaces of ReplacedElement in org.xhtmlrenderer.pdfClasses in org.xhtmlrenderer.pdf that implement ReplacedElementModifier and TypeClassDescriptionclassclassclassclassUser: beck Date: 11/4/11classfinal classclassMethods in org.xhtmlrenderer.pdf that return ReplacedElementModifier and TypeMethodDescription@Nullable ReplacedElementITextReplacedElementFactory.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 ReplacedElementBlockBox.fitReplacedElement(LayoutContext c, ReplacedElement re) @Nullable ReplacedElementBlockBox.getReplacedElement()Methods in org.xhtmlrenderer.render with parameters of type ReplacedElementModifier and TypeMethodDescriptionprivate ReplacedElementBlockBox.fitReplacedElement(LayoutContext c, ReplacedElement re) voidBlockBox.setReplacedElement(@Nullable ReplacedElement replacedElement) -
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.classFields in org.xhtmlrenderer.swing with type parameters of type ReplacedElementModifier and TypeFieldDescriptionprivate final Map<SwingReplacedElementFactory.CacheKey, ReplacedElement> SwingReplacedElementFactory.imageComponentsCache of image components (ReplacedElements) for quick lookup, keyed by Element.Methods in org.xhtmlrenderer.swing that return ReplacedElementModifier and TypeMethodDescription@Nullable ReplacedElementSwingReplacedElementFactory.createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected @Nullable ReplacedElementSwingReplacedElementFactory.lookupImageReplacedElement(Element e) Retrieves a ReplacedElement for an image from cache, or null if not found.private @Nullable ReplacedElementSwingReplacedElementFactory.lookupImageReplacedElement(Element elem, String ruri, int cssWidth, int cssHeight) protected ReplacedElementSwingReplacedElementFactory.newIrreplaceableImageElement(int cssWidth, int cssHeight) Returns a ReplacedElement for some element in the stream which should be replaceable, but is not.protected @Nullable 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.swt
Classes in org.xhtmlrenderer.swt that implement ReplacedElementModifier and TypeClassDescriptionclassReplacementElement for a FormControl.classReplacedElement for<img>tags.Fields in org.xhtmlrenderer.swt with type parameters of type ReplacedElementModifier and TypeFieldDescriptionprivate final Map<Element, ReplacedElement> SWTReplacedElementFactory._imageComponentsCache of image components (ReplacedElements) for quick lookup, keyed by Element.Methods in org.xhtmlrenderer.swt that return ReplacedElementModifier and TypeMethodDescription@Nullable ReplacedElementSWTReplacedElementFactory.createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected @Nullable ReplacedElementSWTReplacedElementFactory.lookupImageReplacedElement(Element e) Retrieves a ReplacedElement for an image from cache, or null if not found.protected @Nullable ReplacedElementSWTReplacedElementFactory.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 voidSWTReplacedElementFactory.storeImageReplacedElement(Element e, ReplacedElement cc) Adds a ReplacedElement containing an image to a cache of images for quick lookup.