Uses of Class
org.xhtmlrenderer.context.StyleReference
-
Packages that use StyleReference Package Description org.xhtmlrenderer.css.style org.xhtmlrenderer.layout org.xhtmlrenderer.render org.xhtmlrenderer.swing -
-
Uses of StyleReference in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style that return StyleReference Modifier and Type Method Description StyleReference
CssContext. getCss()
-
Uses of StyleReference in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return StyleReference Modifier and Type Method Description StyleReference
LayoutContext. getCss()
StyleReference
SharedContext. getCss()
Methods in org.xhtmlrenderer.layout with parameters of type StyleReference Modifier and Type Method Description void
SharedContext. setCss(StyleReference css)
-
Uses of StyleReference in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return StyleReference Modifier and Type Method Description StyleReference
RenderingContext. getCss()
-
Uses of StyleReference in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing with parameters of type StyleReference Modifier and Type Method Description void
DOMInspector. setForDocument(org.w3c.dom.Document doc, SharedContext context, StyleReference sr)
Sets the forDocument attribute of the DOMInspector objectConstructors in org.xhtmlrenderer.swing with parameters of type StyleReference Constructor Description DOMInspector(org.w3c.dom.Document doc, SharedContext context, StyleReference sr)
Constructor for the DOMInspector object
-