Uses of Class
org.xhtmlrenderer.resource.CSSResource
-
Packages that use CSSResource Package Description org.xhtmlrenderer.extend org.xhtmlrenderer.swing -
-
Uses of CSSResource in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return CSSResource Modifier and Type Method Description CSSResource
UserAgentCallback. getCSSResource(java.lang.String uri)
Retrieves the CSS at the given URI. -
Uses of CSSResource in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return CSSResource Modifier and Type Method Description CSSResource
NaiveUserAgent. getCSSResource(java.lang.String uri)
Retrieves the CSS located at the given URI.
-