Uses of Interface
org.xhtmlrenderer.extend.UserAgentCallback
-
Packages that use UserAgentCallback Package Description org.xhtmlrenderer.context org.xhtmlrenderer.extend org.xhtmlrenderer.layout org.xhtmlrenderer.pdf org.xhtmlrenderer.render org.xhtmlrenderer.simple 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.org.xhtmlrenderer.simple.extend org.xhtmlrenderer.swing org.xhtmlrenderer.test -
-
Uses of UserAgentCallback in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type UserAgentCallback Modifier and Type Method Description void
StyleReference. setUserAgentCallback(UserAgentCallback userAgentCallback)
void
StylesheetFactoryImpl. setUserAgentCallback(UserAgentCallback userAgent)
Constructors in org.xhtmlrenderer.context with parameters of type UserAgentCallback Constructor Description StandardAttributeResolver(NamespaceHandler nsh, UserAgentCallback uac, UserInterface ui)
Constructor 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 UserAgentCallback Modifier and Type Method Description ReplacedElement
ReplacedElementFactory. 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 UserAgentCallback Modifier and Type Method Description UserAgentCallback
LayoutContext. getUac()
UserAgentCallback
SharedContext. getUac()
Gets the uac attribute of the RenderingContext objectUserAgentCallback
SharedContext. getUserAgentCallback()
Methods in org.xhtmlrenderer.layout with parameters of type UserAgentCallback Modifier and Type Method Description void
SharedContext. setUserAgentCallback(UserAgentCallback userAgentCallback)
Constructors in org.xhtmlrenderer.layout with parameters of type UserAgentCallback Constructor Description SharedContext(UserAgentCallback uac)
Constructor for the Context object -
Uses of UserAgentCallback in org.xhtmlrenderer.pdf
Classes in org.xhtmlrenderer.pdf that implement UserAgentCallback Modifier and Type Class Description class
ITextUserAgent
Methods in org.xhtmlrenderer.pdf with parameters of type UserAgentCallback Modifier and Type Method Description ReplacedElement
ITextReplacedElementFactory. 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 Modifier and Type Method Description UserAgentCallback
RenderingContext. getUac()
-
Uses of UserAgentCallback in org.xhtmlrenderer.simple
Constructors in org.xhtmlrenderer.simple with parameters of type UserAgentCallback Constructor Description XHTMLPanel(UserAgentCallback uac)
Instantiates a panel with a customUserAgentCallback
implementation. -
Uses of UserAgentCallback in org.xhtmlrenderer.simple.extend
Methods in org.xhtmlrenderer.simple.extend that return UserAgentCallback Modifier and Type Method Description UserAgentCallback
XhtmlForm. getUserAgentCallback()
Constructors in org.xhtmlrenderer.simple.extend with parameters of type UserAgentCallback Constructor Description XhtmlForm(UserAgentCallback uac, org.w3c.dom.Element e)
XhtmlForm(UserAgentCallback uac, org.w3c.dom.Element e, FormSubmissionListener fsListener)
-
Uses of UserAgentCallback in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement UserAgentCallback Modifier and Type Class Description class
NaiveUserAgent
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 UserAgentCallback Modifier and Type Method Description ReplacedElement
SwingReplacedElementFactory. 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 UserAgentCallback Constructor Description BasicPanel(UserAgentCallback uac)
ScalableXHTMLPanel(UserAgentCallback uac)
Instantiates a panel with a customUserAgentCallback
implementation. -
Uses of UserAgentCallback in org.xhtmlrenderer.test
Methods in org.xhtmlrenderer.test with parameters of type UserAgentCallback Modifier and Type Method Description ReplacedElement
DelegatingReplacedElementFactory. 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)
ReplacedElement
SwingImageReplacer. replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
-