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 classstatic class -
Uses of FSTextBreaker in com.openhtmltopdf.layout
Classes in com.openhtmltopdf.layout that implement FSTextBreakerModifier and TypeClassDescriptionstatic classclassBreakIterator implementation that improves line breaking for URLs.Fields in com.openhtmltopdf.layout declared as FSTextBreakerModifier and TypeFieldDescriptionprivate FSTextBreakerSharedContext.characterBreakerprivate FSTextBreakerSharedContext.lineBreakerMethods 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 FSTextBreakerBreaker.getCharacterBreakStream(String currentString, SharedContext sharedContext) SharedContext.getLineBreaker()static FSTextBreakerBreaker.getLineBreakStream(String s, SharedContext shared) Methods in com.openhtmltopdf.layout with parameters of type FSTextBreakerModifier and TypeMethodDescription(package private) static LineBreakContext.LineBreakResultBreaker.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.LineBreakResultBreaker.doBreakTextWords(String currentString, LineBreakContext context, int avail, FSTextBreaker iterator, float letterSpacing, ToIntFunction<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 FSTextBreakerModifier and TypeFieldDescriptionBaseRendererBuilder.BaseRendererBuilderState._charBreakerBaseRendererBuilder.BaseRendererBuilderState._lineBreakerfinal FSTextBreakerUnicodeImplementation.charBreakerfinal FSTextBreakerUnicodeImplementation.lineBreakerMethods in com.openhtmltopdf.outputdevice.helper with parameters of type FSTextBreakerModifier and TypeMethodDescriptionfinal TFinalClassBaseRendererBuilder.useUnicodeCharacterBreaker(FSTextBreaker breaker) Specify the character breaker.final TFinalClassBaseRendererBuilder.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)