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(int size) |
| Modifier and Type | Method and Description |
|---|---|
CalculatedStyle |
deriveAll(CalculatedStyle start) |
boolean |
equals(Object obj) |
boolean |
hasStyles() |
static StyleTracker |
withNoStyles() |
StyleTracker |
withOutLast() |
StyleTracker |
withStyle(CascadedStyle style) |
public StyleTracker withStyle(CascadedStyle style)
public StyleTracker withOutLast()
public boolean hasStyles()
public static StyleTracker withNoStyles()
public CalculatedStyle deriveAll(CalculatedStyle start)
Copyright © 2004–2025. All rights reserved.