Uses of Class
org.xhtmlrenderer.layout.StyleTracker
Packages that use StyleTracker
-
Uses of StyleTracker in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return StyleTrackerModifier and TypeMethodDescriptionStyleTracker.copyOf()LayoutState.getFirstLetters()LayoutContext.getFirstLettersTracker()LayoutState.getFirstLines()LayoutContext.getFirstLinesTracker()Constructors in org.xhtmlrenderer.layout with parameters of type StyleTrackerModifierConstructorDescriptionLayoutState(StyleTracker firstLines, StyleTracker firstLetters, @Nullable MarkerData currentMarkerData, Collection<BlockFormattingContext> blockFormattingContexts) LayoutState(StyleTracker firstLines, StyleTracker firstLetters, @Nullable MarkerData currentMarkerData, Collection<BlockFormattingContext> blockFormattingContexts, @Nullable String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak)