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 StyledOutput
StyledOutput.forPlainText()
Creates an instance of a plain text StyledOutput.Methods in jfx.incubator.scene.control.richtext.model with parameters of type StyledOutputModifier and TypeMethodDescriptionfinal void
StyledTextModel.export
(TextPos start, TextPos end, StyledOutput out) Exports the stream ofStyledSegment
s in the given range to the specifiedStyledOutput
.protected final void
StyledTextModel.exportParagraph
(int index, int start, int end, boolean withParAttrs, StyledOutput out) Exports part of the paragraph as a sequence of styled segments.