Uses of Interface
jfx.incubator.scene.control.richtext.model.StyledOutput
Packages that use StyledOutput
-
Uses of StyledOutput in jfx.incubator.scene.control.richtext.model
Methods in jfx.incubator.scene.control.richtext.model that return StyledOutputModifier and TypeMethodDescriptionstatic StyledOutputStyledOutput.forPlainText()Creates an instance of a plain text StyledOutput.Methods in jfx.incubator.scene.control.richtext.model with parameters of type StyledOutputModifier and TypeMethodDescriptionfinal voidStyledTextModel.export(TextPos start, TextPos end, StyledOutput out) Exports the stream ofStyledSegments in the given range to the specifiedStyledOutput.protected final voidStyledTextModel.exportParagraph(int index, int start, int end, boolean withParAttrs, StyledOutput out) Exports part of the paragraph as a sequence of styled segments.