public class StyleTracker extends Object
CalculatedStyle objects. It is used when keeping
track of the styles which apply to a :first-line or :first-letter pseudo
element.| Constructor and Description |
|---|
StyleTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStyle(CascadedStyle style) |
void |
clearStyles() |
StyleTracker |
copyOf() |
CalculatedStyle |
deriveAll(CalculatedStyle start) |
List |
getStyles() |
boolean |
hasStyles() |
void |
removeLast() |
public void addStyle(CascadedStyle style)
public void removeLast()
public boolean hasStyles()
public void clearStyles()
public CalculatedStyle deriveAll(CalculatedStyle start)
public List getStyles()
public StyleTracker copyOf()
Copyright © 2016. All rights reserved.