Uses of Interface
com.openhtmltopdf.extend.FSTextBreaker
Packages that use FSTextBreaker
Package
Description
-
Uses of FSTextBreaker in com.openhtmltopdf.bidi.support
Classes in com.openhtmltopdf.bidi.support that implement FSTextBreakerModifier and TypeClassDescriptionstatic class
static class
-
Uses of FSTextBreaker in com.openhtmltopdf.layout
Classes in com.openhtmltopdf.layout that implement FSTextBreakerModifier and TypeClassDescriptionstatic class
class
BreakIterator implementation that improves line breaking for URLs.Fields in com.openhtmltopdf.layout declared as FSTextBreakerModifier and TypeFieldDescriptionprivate FSTextBreaker
SharedContext.characterBreaker
private FSTextBreaker
SharedContext.lineBreaker
Methods in com.openhtmltopdf.layout that return FSTextBreakerModifier and TypeMethodDescriptionBreaker.CharacterBreakerSupplier.getBreaker
(String str, SharedContext sharedContext) Breaker.LineBreakerSupplier.getBreaker
(String str, SharedContext sharedContext) Breaker.TextBreakerSupplier.getBreaker
(String str, SharedContext sharedContext) SharedContext.getCharacterBreaker()
static FSTextBreaker
Breaker.getCharacterBreakStream
(String currentString, SharedContext sharedContext) SharedContext.getLineBreaker()
static FSTextBreaker
Breaker.getLineBreakStream
(String s, SharedContext shared) Methods in com.openhtmltopdf.layout with parameters of type FSTextBreakerModifier and TypeMethodDescription(package private) static LineBreakContext.LineBreakResult
Breaker.doBreakCharacters
(String currentString, FSTextBreaker lineIterator, FSTextBreaker charIterator, LineBreakContext context, int avail, float letterSpacing, ToIntFunction<String> measurer) Breaks at most one word (until the next word break) going character by character to see what will fit in.(package private) static LineBreakContext.LineBreakResult
Breaker.doBreakTextWords
(String currentString, LineBreakContext context, int avail, FSTextBreaker iterator, float letterSpacing, ToIntFunction<String> measurer) void
SharedContext.setCharacterBreaker
(FSTextBreaker breaker) void
SharedContext.setLineBreaker
(FSTextBreaker breaker) -
Uses of FSTextBreaker in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as FSTextBreakerModifier and TypeFieldDescriptionBaseRendererBuilder.BaseRendererBuilderState._charBreaker
BaseRendererBuilder.BaseRendererBuilderState._lineBreaker
final FSTextBreaker
UnicodeImplementation.charBreaker
final FSTextBreaker
UnicodeImplementation.lineBreaker
Methods in com.openhtmltopdf.outputdevice.helper with parameters of type FSTextBreakerModifier and TypeMethodDescriptionfinal TFinalClass
BaseRendererBuilder.useUnicodeCharacterBreaker
(FSTextBreaker breaker) Specify the character breaker.final TFinalClass
BaseRendererBuilder.useUnicodeLineBreaker
(FSTextBreaker breaker) Specify the line breaker.Constructors in com.openhtmltopdf.outputdevice.helper with parameters of type FSTextBreakerModifierConstructorDescriptionUnicodeImplementation
(BidiReorderer reorderer, BidiSplitterFactory splitterFactory, FSTextBreaker lineBreaker, FSTextTransformer toLower, FSTextTransformer toUpper, FSTextTransformer toTitle, boolean textDirection, FSTextBreaker charBreaker)