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 CascadedStyleStyleReference. getCascadedStyle(Element e, boolean restyle)Gets the CascadedStyle for an element.CascadedStyleStyleReference. 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 CascadedStyle Modifier and Type Field Description static CascadedStyleCascadedStyle. emptyCascadedStyleGet an empty singleton, used to negate inheritance of propertiesMethods in org.xhtmlrenderer.css.newmatch that return CascadedStyle Modifier and Type Method Description static CascadedStyleCascadedStyle. createAnonymousStyle(IdentValue display)Creates aCascadedStyle, setting the display property to the value of thedisplayparameter.static CascadedStyleCascadedStyle. createLayoutStyle(List<PropertyDeclaration> declarations)static CascadedStyleCascadedStyle. createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls)Creates aCascadedStyleusing style information fromstartingPointand then adding the property declarations fromdecls.static CascadedStyleCascadedStyle. createLayoutStyle(PropertyDeclaration... declarations)Creates aCascadedStyleusing the provided property declarations.CascadedStylePageInfo. createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)CascadedStyleMatcher. getCascadedStyle(Element e, boolean restyle)CascadedStylePageInfo. getPageStyle()CascadedStyleMatcher. getPECascadedStyle(Element e, String pseudoElement)May return null.CascadedStyleMatcher.Mapper. getPECascadedStyle(Node e, String pseudoElement)May return null.Methods in org.xhtmlrenderer.css.newmatch with parameters of type CascadedStyle Modifier and Type Method Description static CascadedStyleCascadedStyle. createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls)Creates aCascadedStyleusing style information fromstartingPointand then adding the property declarations fromdecls.Constructors in org.xhtmlrenderer.css.newmatch with parameters of type CascadedStyle Constructor Description PageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName,List<PropertyDeclaration>> 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 CalculatedStyleCalculatedStyle. deriveStyle(CascadedStyle matched)derives a child style from this style. -
Uses of CascadedStyle in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return types with arguments of type CascadedStyle Modifier and Type Method Description List<CascadedStyle>StyleTracker. getStyles()Methods in org.xhtmlrenderer.layout with parameters of type CascadedStyle Modifier and Type Method Description voidStyleTracker. addStyle(CascadedStyle style) -
Uses of CascadedStyle in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return CascadedStyle Modifier and Type Method Description CascadedStyleBlockBox. getFirstLetterStyle()CascadedStyleBlockBox. getFirstLineStyle()Methods in org.xhtmlrenderer.render with parameters of type CascadedStyle Modifier and Type Method Description voidBlockBox. setFirstLetterStyle(CascadedStyle firstLetterStyle)voidBlockBox. setFirstLineStyle(CascadedStyle firstLineStyle)
-