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
(@Nullable Element e, boolean restyle) Gets the CascadedStyle for an element.@Nullable CascadedStyle
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 TypeFieldDescriptionprivate final CascadedStyle
PageInfo._pageStyle
static 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 the value of thedisplay
parameter.static CascadedStyle
CascadedStyle.createLayoutStyle
(List<PropertyDeclaration> declarations) 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... declarations) Creates aCascadedStyle
using the provided property declarations.PageInfo.createMarginBoxStyle
(MarginBoxName marginBox, boolean alwaysCreate) Matcher.getCascadedStyle
(Element e, boolean restyle) (package private) CascadedStyle
Matcher.Mapper.getCascadedStyle
(Node e) PageInfo.getPageStyle()
@Nullable CascadedStyle
Matcher.getPECascadedStyle
(Element e, String pseudoElement) May return null.@Nullable CascadedStyle
Matcher.Mapper.getPECascadedStyle
(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<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 CascadedStyleModifier and TypeMethodDescriptionprivate void
CalculatedStyle.derive
(CascadedStyle matched) Implements cascade/inherit/important logic.@NonNull CalculatedStyle
CalculatedStyle.deriveStyle
(CascadedStyle matched) derives a child style from this style.Constructors in org.xhtmlrenderer.css.style with parameters of type CascadedStyleModifierConstructorDescriptionprivate
CalculatedStyle
(CalculatedStyle parent, CascadedStyle matched) Constructor for the CalculatedStyle object. -
Uses of CascadedStyle in org.xhtmlrenderer.layout
Fields in org.xhtmlrenderer.layout with type parameters of type CascadedStyleMethods in org.xhtmlrenderer.layout that return types with arguments of type CascadedStyleMethods in org.xhtmlrenderer.layout with parameters of type CascadedStyleModifier and TypeMethodDescriptionvoid
StyleTracker.addStyle
(CascadedStyle style) private static @Nullable TableCellBox
BoxBuilder.createMarginBox
(LayoutContext c, CascadedStyle cascadedStyle, boolean alwaysCreate) -
Uses of CascadedStyle in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as CascadedStyleModifier and TypeFieldDescriptionprivate @Nullable CascadedStyle
BlockBox._firstLetterStyle
private @Nullable CascadedStyle
BlockBox._firstLineStyle
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)