Package org.xhtmlrenderer.layout
Class Breaker
java.lang.Object
org.xhtmlrenderer.layout.Breaker
A utility class that scans the text of a single inline box, looking for the
next break point.
- Author:
- Torbj�rn Gannholm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
breakFirstLetter
(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style) static void
breakText
(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style)
-
Constructor Details
-
Breaker
public Breaker()
-
-
Method Details
-
breakFirstLetter
public static void breakFirstLetter(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style) -
breakText
public static void breakText(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style)
-