Flying Saucer Project Release ${app.version}

Uses of Class
org.xhtmlrenderer.css.newmatch.CascadedStyle

Packages that use CascadedStyle
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
 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
static CascadedStyle CascadedStyle.emptyCascadedStyle
          Get an empty singleton, used to negate inheritance of properties
 

Methods in org.xhtmlrenderer.css.newmatch that return CascadedStyle
static CascadedStyle CascadedStyle.createAnonymousStyle(IdentValue display)
          Creates a CascadedStyle, setting the display property to to the value of the display parameter.
static CascadedStyle CascadedStyle.createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls)
          Creates a CascadedStyle using style information from startingPoint and then adding the property declarations from decls.
static CascadedStyle CascadedStyle.createLayoutStyle(java.util.List decls)
           
static CascadedStyle CascadedStyle.createLayoutStyle(PropertyDeclaration[] decls)
          Creates a CascadedStyle 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
static CascadedStyle CascadedStyle.createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls)
          Creates a CascadedStyle using style information from startingPoint and then adding the property declarations from decls.
 

Constructors in org.xhtmlrenderer.css.newmatch with parameters of type CascadedStyle
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
 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
 void StyleTracker.addStyle(CascadedStyle style)
           
 

Uses of CascadedStyle in org.xhtmlrenderer.render
 

Methods in org.xhtmlrenderer.render that return CascadedStyle
 CascadedStyle BlockBox.getFirstLetterStyle()
           
 CascadedStyle BlockBox.getFirstLineStyle()
           
 

Methods in org.xhtmlrenderer.render with parameters of type CascadedStyle
 void BlockBox.setFirstLetterStyle(CascadedStyle firstLetterStyle)
           
 void BlockBox.setFirstLineStyle(CascadedStyle firstLineStyle)
           
 


Flying Saucer Project Release ${app.version}

Flying Saucer Project Home