Class 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.
    • Constructor Detail

      • StyleTracker

        public StyleTracker()
    • Method Detail

      • removeLast

        public void removeLast()
      • hasStyles

        public boolean hasStyles()
      • clearStyles

        public void clearStyles()
      • getStyles

        public java.util.List getStyles()