Uses of Interface
com.openhtmltopdf.extend.FSTextBreaker
-
Packages that use FSTextBreaker Package Description com.openhtmltopdf.bidi.support com.openhtmltopdf.layout com.openhtmltopdf.outputdevice.helper -
-
Uses of FSTextBreaker in com.openhtmltopdf.bidi.support
Classes in com.openhtmltopdf.bidi.support that implement FSTextBreaker Modifier and Type Class Description static classICUBreakers.ICUCharacterBreakerstatic classICUBreakers.ICULineBreaker -
Uses of FSTextBreaker in com.openhtmltopdf.layout
Classes in com.openhtmltopdf.layout that implement FSTextBreaker Modifier and Type Class Description static classTextUtil.DefaultCharacterBreakerclassUrlAwareLineBreakIteratorBreakIterator implementation that improves line breaking for URLs.Fields in com.openhtmltopdf.layout declared as FSTextBreaker Modifier and Type Field Description private FSTextBreakerSharedContext. characterBreakerprivate FSTextBreakerSharedContext. lineBreakerMethods in com.openhtmltopdf.layout that return FSTextBreaker Modifier and Type Method Description FSTextBreakerBreaker.CharacterBreakerSupplier. getBreaker(java.lang.String str, SharedContext sharedContext)FSTextBreakerBreaker.LineBreakerSupplier. getBreaker(java.lang.String str, SharedContext sharedContext)FSTextBreakerBreaker.TextBreakerSupplier. getBreaker(java.lang.String str, SharedContext sharedContext)FSTextBreakerSharedContext. getCharacterBreaker()static FSTextBreakerBreaker. getCharacterBreakStream(java.lang.String currentString, SharedContext sharedContext)FSTextBreakerSharedContext. getLineBreaker()static FSTextBreakerBreaker. getLineBreakStream(java.lang.String s, SharedContext shared)Methods in com.openhtmltopdf.layout with parameters of type FSTextBreaker Modifier and Type Method Description (package private) static LineBreakContext.LineBreakResultBreaker. doBreakCharacters(java.lang.String currentString, FSTextBreaker lineIterator, FSTextBreaker charIterator, LineBreakContext context, int avail, float letterSpacing, java.util.function.ToIntFunction<java.lang.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.LineBreakResultBreaker. doBreakTextWords(java.lang.String currentString, LineBreakContext context, int avail, FSTextBreaker iterator, float letterSpacing, java.util.function.ToIntFunction<java.lang.String> measurer)voidSharedContext. setCharacterBreaker(FSTextBreaker breaker)voidSharedContext. setLineBreaker(FSTextBreaker breaker) -
Uses of FSTextBreaker in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as FSTextBreaker Modifier and Type Field Description FSTextBreakerBaseRendererBuilder.BaseRendererBuilderState. _charBreakerFSTextBreakerBaseRendererBuilder.BaseRendererBuilderState. _lineBreakerFSTextBreakerUnicodeImplementation. charBreakerFSTextBreakerUnicodeImplementation. lineBreakerMethods in com.openhtmltopdf.outputdevice.helper with parameters of type FSTextBreaker Modifier and Type Method Description TFinalClassBaseRendererBuilder. useUnicodeCharacterBreaker(FSTextBreaker breaker)Specify the character breaker.TFinalClassBaseRendererBuilder. useUnicodeLineBreaker(FSTextBreaker breaker)Specify the line breaker.Constructors in com.openhtmltopdf.outputdevice.helper with parameters of type FSTextBreaker Constructor Description UnicodeImplementation(BidiReorderer reorderer, BidiSplitterFactory splitterFactory, FSTextBreaker lineBreaker, FSTextTransformer toLower, FSTextTransformer toUpper, FSTextTransformer toTitle, boolean textDirection, FSTextBreaker charBreaker)
-