Uses of Interface
org.xhtmlrenderer.extend.UserAgentCallback
Packages that use UserAgentCallback
Package
Description
Includes those classes you need to render XHTML documents
quickly, right out of the box, and with no special setup needed; start here!
-
Uses of UserAgentCallback in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type UserAgentCallbackModifier and TypeMethodDescriptionvoidStyleReference.setUserAgentCallback(UserAgentCallback userAgentCallback) Constructors in org.xhtmlrenderer.context with parameters of type UserAgentCallbackModifierConstructorDescriptionStyleReference(UserAgentCallback userAgent) StylesheetFactoryImpl(UserAgentCallback userAgentCallback) -
Uses of UserAgentCallback in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type UserAgentCallbackModifier and TypeMethodDescriptionReplacedElementFactory.createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) NOTE: Only block equivalent elements can be replaced. -
Uses of UserAgentCallback in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return UserAgentCallbackModifier and TypeMethodDescriptionLayoutContext.getUac()SharedContext.getUac()Gets the uac attribute of the RenderingContext objectSharedContext.getUserAgentCallback()Methods in org.xhtmlrenderer.layout with parameters of type UserAgentCallbackModifier and TypeMethodDescriptionvoidSharedContext.setUserAgentCallback(UserAgentCallback userAgentCallback) Constructors in org.xhtmlrenderer.layout with parameters of type UserAgentCallbackModifierConstructorDescriptionSharedContext(UserAgentCallback uac, FontResolver fr, ReplacedElementFactory ref, TextRenderer tr, float dpi) -
Uses of UserAgentCallback in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return UserAgentCallback -
Uses of UserAgentCallback in org.xhtmlrenderer.simple
Constructors in org.xhtmlrenderer.simple with parameters of type UserAgentCallbackModifierConstructorDescriptionInstantiates a panel with a customUserAgentCallbackimplementation. -
Uses of UserAgentCallback in org.xhtmlrenderer.simple.extend
Methods in org.xhtmlrenderer.simple.extend that return UserAgentCallbackMethods in org.xhtmlrenderer.simple.extend with parameters of type UserAgentCallbackModifier and TypeMethodDescriptionNoReplacedElementFactory.createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) Constructors in org.xhtmlrenderer.simple.extend with parameters of type UserAgentCallbackModifierConstructorDescriptionXhtmlForm(UserAgentCallback uac, Element e) XhtmlForm(UserAgentCallback uac, Element e, FormSubmissionListener fsListener) -
Uses of UserAgentCallback in org.xhtmlrenderer.simple.extend.form
Methods in org.xhtmlrenderer.simple.extend.form that return UserAgentCallback -
Uses of UserAgentCallback in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement UserAgentCallbackModifier and TypeClassDescriptionclassNaiveUserAgent is a simple implementation ofUserAgentCallbackwhich places no restrictions on what XML, CSS or images are loaded, and reports visited links without any filtering.classNaiveUserAgent is a simple implementation ofUserAgentCallbackwhich places no restrictions on what XML, CSS or images are loaded, and reports visited links without any filtering.Methods in org.xhtmlrenderer.swing with parameters of type UserAgentCallbackModifier and TypeMethodDescriptionSwingReplacedElementFactory.createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) protected ReplacedElementSwingReplacedElementFactory.replaceImage(UserAgentCallback uac, LayoutContext context, Element elem, int cssWidth, int cssHeight) Handles replacement of image elements in the document.Constructors in org.xhtmlrenderer.swing with parameters of type UserAgentCallbackModifierConstructorDescriptionprotectedInstantiates a panel with a customUserAgentCallbackimplementation. -
Uses of UserAgentCallback in org.xhtmlrenderer.test
Methods in org.xhtmlrenderer.test with parameters of type UserAgentCallbackModifier and TypeMethodDescriptionDelegatingReplacedElementFactory.createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) 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.