Uses of Interface
com.openhtmltopdf.extend.UserAgentCallback
-
Uses of UserAgentCallback in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context with parameters of type UserAgentCallback Modifier and Type Method Description voidStyleReference. setUserAgentCallback(UserAgentCallback userAgentCallback)voidStylesheetFactoryImpl. setUserAgentCallback(UserAgentCallback userAgent)Constructors in com.openhtmltopdf.context with parameters of type UserAgentCallback Constructor Description StandardAttributeResolver(NamespaceHandler nsh, UserAgentCallback uac, UserInterface ui)Constructor for the StandardAttributeResolver objectStyleReference(UserAgentCallback userAgent)StylesheetFactoryImpl(UserAgentCallback userAgentCallback) -
Uses of UserAgentCallback in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type UserAgentCallback Modifier and Type Method Description ReplacedElementReplacedElementFactory. createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)NOTE: Only block equivalent elements can be replaced. -
Uses of UserAgentCallback in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return UserAgentCallback Modifier and Type Method Description UserAgentCallbackLayoutContext. getUac()UserAgentCallbackSharedContext. getUac()Deprecated.Use getUserAgentCallback instead for clearer code.UserAgentCallbackSharedContext. getUserAgentCallback()Methods in com.openhtmltopdf.layout with parameters of type UserAgentCallback Modifier and Type Method Description voidSharedContext. setUserAgentCallback(UserAgentCallback userAgentCallback)Constructors in com.openhtmltopdf.layout with parameters of type UserAgentCallback Constructor Description SharedContext(UserAgentCallback uac, FontResolver fr, ReplacedElementFactory ref, TextRenderer tr, float dpi)Deprecated.This stuff should go in the renderers of a specific device. -
Uses of UserAgentCallback in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return UserAgentCallback Modifier and Type Method Description UserAgentCallbackRenderingContext. getUac() -
Uses of UserAgentCallback in com.openhtmltopdf.simple.extend
Methods in com.openhtmltopdf.simple.extend that return UserAgentCallback Modifier and Type Method Description UserAgentCallbackXhtmlForm. getUserAgentCallback()Methods in com.openhtmltopdf.simple.extend with parameters of type UserAgentCallback Modifier and Type Method Description ReplacedElementNoReplacedElementFactory. createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)Constructors in com.openhtmltopdf.simple.extend with parameters of type UserAgentCallback Constructor Description XhtmlForm(UserAgentCallback uac, Element e)XhtmlForm(UserAgentCallback uac, Element e, FormSubmissionListener fsListener) -
Uses of UserAgentCallback in com.openhtmltopdf.simple.extend.form
Methods in com.openhtmltopdf.simple.extend.form that return UserAgentCallback Modifier and Type Method Description protected UserAgentCallbackFormField. getUserAgentCallback() -
Uses of UserAgentCallback in com.openhtmltopdf.swing
Classes in com.openhtmltopdf.swing that implement UserAgentCallback Modifier and Type Class Description classDelegatingUserAgentclassNaiveUserAgentNaiveUserAgent is a simple implementation ofUserAgentCallbackwhich places no restrictions on what XML, CSS or images are loaded.Methods in com.openhtmltopdf.swing with parameters of type UserAgentCallback Modifier and Type Method Description ReplacedElementSwingReplacedElementFactory. createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)Deprecated.NOTE: Only block equivalent elements can be replaced.protected ReplacedElementSwingReplacedElementFactory. replaceImage(UserAgentCallback uac, LayoutContext context, Element elem, int cssWidth, int cssHeight)Deprecated.Handles replacement of image elements in the document. -
Uses of UserAgentCallback in com.openhtmltopdf.test
Methods in com.openhtmltopdf.test with parameters of type UserAgentCallback Modifier and Type Method Description abstract ReplacedElementElementReplacer. replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)ReplacedElementSwingImageReplacer. 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.