Uses of Class
org.xhtmlrenderer.layout.SharedContext
-
Packages that use SharedContext 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.swing -
-
Uses of SharedContext in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type SharedContext Modifier and Type Method Description FSFontAWTFontResolver. resolveFont(SharedContext ctx, java.lang.String[] families, float size, IdentValue weight, IdentValue style, IdentValue variant)Description of the MethodFSFontAWTFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)voidStyleReference. setDocumentContext(SharedContext context, NamespaceHandler nsh, org.w3c.dom.Document doc, UserInterface ui)Sets the documentContext attribute of the StyleReference object -
Uses of SharedContext in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type SharedContext Modifier and Type Method Description FSFontFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec) -
Uses of SharedContext in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return SharedContext Modifier and Type Method Description SharedContextLayoutContext. getSharedContext() -
Uses of SharedContext in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf that return SharedContext Modifier and Type Method Description SharedContextITextOutputDevice. getSharedContext()SharedContextITextRenderer. getSharedContext()SharedContextITextUserAgent. getSharedContext()Methods in org.xhtmlrenderer.pdf with parameters of type SharedContext Modifier and Type Method Description FSFontITextFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)voidITextOutputDevice. setSharedContext(SharedContext sharedContext)voidITextUserAgent. setSharedContext(SharedContext sharedContext)Constructors in org.xhtmlrenderer.pdf with parameters of type SharedContext Constructor Description ITextFontResolver(SharedContext sharedContext) -
Uses of SharedContext in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render with parameters of type SharedContext Modifier and Type Method Description voidRenderingContext. setContext(SharedContext sharedContext)Constructors in org.xhtmlrenderer.render with parameters of type SharedContext Constructor Description RenderingContext(SharedContext sharedContext)needs a new instance every run -
Uses of SharedContext in org.xhtmlrenderer.simple
Methods in org.xhtmlrenderer.simple that return SharedContext Modifier and Type Method Description SharedContextGraphics2DRenderer. getSharedContext()Gets the SharedContext for layout and rendering.Methods in org.xhtmlrenderer.simple with parameters of type SharedContext Modifier and Type Method Description voidGraphics2DRenderer. setSharedContext(SharedContext ctx)Sets the SharedContext for rendering.voidXHTMLPanel. setSharedContext(SharedContext ctx)Sets theRenderingContextattribute of the XHTMLPanel object. -
Uses of SharedContext in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return SharedContext Modifier and Type Method Description SharedContextBasicPanel. getSharedContext()SharedContextBoxRenderer. getSharedContext()Returns the SharedContext to be used by renderer.SharedContextJava2DRenderer. getSharedContext()Returns the SharedContext to be used by renderer.SharedContextRootPanel. getSharedContext()Methods in org.xhtmlrenderer.swing with parameters of type SharedContext Modifier and Type Method Description voidDOMInspector. setForDocument(org.w3c.dom.Document doc, SharedContext context, StyleReference sr)Sets the forDocument attribute of the DOMInspector objectvoidBasicPanel. setSharedContext(SharedContext ctx)Constructors in org.xhtmlrenderer.swing with parameters of type SharedContext Constructor Description DOMInspector(org.w3c.dom.Document doc, SharedContext context, StyleReference sr)Constructor for the DOMInspector object
-