Uses of Class
org.xhtmlrenderer.css.newmatch.CascadedStyle
-
Packages that use CascadedStyle Package Description org.xhtmlrenderer.context org.xhtmlrenderer.css.newmatch org.xhtmlrenderer.css.style org.xhtmlrenderer.layout org.xhtmlrenderer.render -
-
Uses of CascadedStyle in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context that return CascadedStyle Modifier and Type Method Description CascadedStyle
StyleReference. getCascadedStyle(org.w3c.dom.Element e, boolean restyle)
Gets the CascadedStyle for an element.CascadedStyle
StyleReference. getPseudoElementStyle(org.w3c.dom.Node node, java.lang.String pseudoElement)
Gets the pseudoElementStyle attribute of the StyleReference object -
Uses of CascadedStyle in org.xhtmlrenderer.css.newmatch
Fields in org.xhtmlrenderer.css.newmatch declared as CascadedStyle Modifier and Type Field Description static CascadedStyle
CascadedStyle. emptyCascadedStyle
Get an empty singleton, used to negate inheritance of propertiesMethods in org.xhtmlrenderer.css.newmatch that return CascadedStyle Modifier and Type Method Description static CascadedStyle
CascadedStyle. createAnonymousStyle(IdentValue display)
Creates aCascadedStyle
, setting the display property to to the value of thedisplay
parameter.static CascadedStyle
CascadedStyle. createLayoutStyle(java.util.List decls)
static CascadedStyle
CascadedStyle. createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls)
Creates aCascadedStyle
using style information fromstartingPoint
and then adding the property declarations fromdecls
.static CascadedStyle
CascadedStyle. createLayoutStyle(PropertyDeclaration[] decls)
Creates aCascadedStyle
using the provided property declarations.CascadedStyle
PageInfo. createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)
CascadedStyle
Matcher. getCascadedStyle(java.lang.Object e, boolean restyle)
CascadedStyle
PageInfo. getPageStyle()
CascadedStyle
Matcher. getPECascadedStyle(java.lang.Object e, java.lang.String pseudoElement)
May return null.Methods in org.xhtmlrenderer.css.newmatch with parameters of type CascadedStyle Modifier and Type Method Description static CascadedStyle
CascadedStyle. createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls)
Creates aCascadedStyle
using style information fromstartingPoint
and then adding the property declarations fromdecls
.Constructors in org.xhtmlrenderer.css.newmatch with parameters of type CascadedStyle Constructor Description PageInfo(java.util.List properties, CascadedStyle pageStyle, java.util.Map marginBoxes)
-
Uses of CascadedStyle in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style with parameters of type CascadedStyle Modifier and Type Method Description CalculatedStyle
CalculatedStyle. deriveStyle(CascadedStyle matched)
derives a child style from this style. -
Uses of CascadedStyle in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout with parameters of type CascadedStyle Modifier and Type Method Description void
StyleTracker. addStyle(CascadedStyle style)
-
Uses of CascadedStyle in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return CascadedStyle Modifier and Type Method Description CascadedStyle
BlockBox. getFirstLetterStyle()
CascadedStyle
BlockBox. getFirstLineStyle()
Methods in org.xhtmlrenderer.render with parameters of type CascadedStyle Modifier and Type Method Description void
BlockBox. setFirstLetterStyle(CascadedStyle firstLetterStyle)
void
BlockBox. setFirstLineStyle(CascadedStyle firstLineStyle)
-