Uses of Interface
com.openhtmltopdf.layout.Breaker.TextBreakerSupplier
-
Packages that use Breaker.TextBreakerSupplier Package Description com.openhtmltopdf.layout -
-
Uses of Breaker.TextBreakerSupplier in com.openhtmltopdf.layout
Classes in com.openhtmltopdf.layout that implement Breaker.TextBreakerSupplier Modifier and Type Class Description private static classBreaker.CharacterBreakerSupplierprivate static classBreaker.LineBreakerSupplierFields in com.openhtmltopdf.layout declared as Breaker.TextBreakerSupplier Modifier and Type Field Description static Breaker.TextBreakerSupplierBreaker. STANDARD_CHARACTER_BREAKERstatic Breaker.TextBreakerSupplierBreaker. STANDARD_LINE_BREAKERMethods in com.openhtmltopdf.layout with parameters of type Breaker.TextBreakerSupplier Modifier and Type Method Description static LineBreakContext.LineBreakResultBreaker. doBreakText(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style, Breaker.TextBreakerSupplier lineBreaker)
-