org.xhtmlrenderer.layout
Class StyleTracker
java.lang.Object
org.xhtmlrenderer.layout.StyleTracker
public class StyleTracker
- extends java.lang.Object
A managed list of CalculatedStyle
objects. It is used when keeping
track of the styles which apply to a :first-line or :first-letter pseudo
element.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StyleTracker
public StyleTracker()
addStyle
public void addStyle(CascadedStyle style)
removeLast
public void removeLast()
hasStyles
public boolean hasStyles()
clearStyles
public void clearStyles()
deriveAll
public CalculatedStyle deriveAll(CalculatedStyle start)
getStyles
public java.util.List getStyles()
copyOf
public StyleTracker copyOf()
Flying Saucer Project Home