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 StyleReferenceCssContext. getCss() -
Uses of StyleReference in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return StyleReference Modifier and Type Method Description StyleReferenceLayoutContext. getCss()StyleReferenceSharedContext. getCss()Methods in org.xhtmlrenderer.layout with parameters of type StyleReference Modifier and Type Method Description voidSharedContext. setCss(StyleReference css) -
Uses of StyleReference in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return StyleReference Modifier and Type Method Description StyleReferenceRenderingContext. getCss() -
Uses of StyleReference in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing with parameters of type StyleReference Modifier and Type Method Description voidDOMInspector. setForDocument(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(Document doc, SharedContext context, StyleReference sr)
-