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! All the classes
in this package are oriented towards ease-of-use.
-
Uses of UserAgentCallback in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type UserAgentCallbackModifier and TypeMethodDescriptionvoid
StyleReference.setUserAgentCallback
(UserAgentCallback userAgentCallback) void
StylesheetFactoryImpl.setUserAgentCallback
(UserAgentCallback userAgent) Constructors in org.xhtmlrenderer.context with parameters of type UserAgentCallbackModifierConstructorDescriptionConstructor for the StandardAttributeResolver objectStyleReference
(UserAgentCallback userAgent) Default constructor for initializing members.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 TypeMethodDescriptionvoid
SharedContext.setUserAgentCallback
(UserAgentCallback userAgentCallback) Constructors in org.xhtmlrenderer.layout with parameters of type UserAgentCallbackModifierConstructorDescriptionConstructor for the Context object -
Uses of UserAgentCallback in org.xhtmlrenderer.pdf
Classes in org.xhtmlrenderer.pdf that implement UserAgentCallbackMethods in org.xhtmlrenderer.pdf with parameters of type UserAgentCallbackModifier and TypeMethodDescriptionITextReplacedElementFactory.createReplacedElement
(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) -
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 customUserAgentCallback
implementation. -
Uses of UserAgentCallback in org.xhtmlrenderer.simple.extend
Methods in org.xhtmlrenderer.simple.extend that return UserAgentCallbackConstructors 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.swing
Classes in org.xhtmlrenderer.swing that implement UserAgentCallbackModifier and TypeClassDescriptionclass
NaiveUserAgent is a simple implementation ofUserAgentCallback
which 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) NOTE: Only block equivalent elements can be replaced.Constructors in org.xhtmlrenderer.swing with parameters of type UserAgentCallbackModifierConstructorDescriptionInstantiates a panel with a customUserAgentCallback
implementation. -
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 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)