Uses of Class
org.xhtmlrenderer.css.newmatch.CascadedStyle
Packages that use CascadedStyle
Package
Description
-
Uses of CascadedStyle in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context that return CascadedStyleModifier and TypeMethodDescriptionStyleReference.getCascadedStyle
(Element e, boolean restyle) Gets the CascadedStyle for an element.StyleReference.getPseudoElementStyle
(Node node, 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 CascadedStyleModifier and TypeFieldDescriptionstatic final CascadedStyle
CascadedStyle.emptyCascadedStyle
Get an empty singleton, used to negate inheritance of propertiesMethods in org.xhtmlrenderer.css.newmatch that return CascadedStyleModifier and TypeMethodDescriptionstatic CascadedStyle
CascadedStyle.createAnonymousStyle
(IdentValue display) Creates aCascadedStyle
, setting the display property to to the value of thedisplay
parameter.static CascadedStyle
CascadedStyle.createLayoutStyle
(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.PageInfo.createMarginBoxStyle
(MarginBoxName marginBox, boolean alwaysCreate) Matcher.getCascadedStyle
(Object e, boolean restyle) PageInfo.getPageStyle()
Matcher.getPECascadedStyle
(Object e, String pseudoElement) May return null.Methods in org.xhtmlrenderer.css.newmatch with parameters of type CascadedStyleModifier and TypeMethodDescriptionstatic 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 CascadedStyleModifierConstructorDescriptionPageInfo
(List properties, CascadedStyle pageStyle, Map marginBoxes) -
Uses of CascadedStyle in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style with parameters of type CascadedStyleModifier and TypeMethodDescriptionCalculatedStyle.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 -
Uses of CascadedStyle in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return CascadedStyleMethods in org.xhtmlrenderer.render with parameters of type CascadedStyleModifier and TypeMethodDescriptionvoid
BlockBox.setFirstLetterStyle
(CascadedStyle firstLetterStyle) void
BlockBox.setFirstLineStyle
(CascadedStyle firstLineStyle)