Uses of Class
io.github.sosuisen.jfxbuilder.graphics.TextLineInfoBuilder
Packages that use TextLineInfoBuilder
-
Uses of TextLineInfoBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return TextLineInfoBuilderModifier and TypeMethodDescriptionTextLineInfoBuilder.apply(Consumer<TextLineInfo> func) Applies a function to the TextLineInfo instance being constructed.static TextLineInfoBuilderTextLineInfoBuilder.create(int start, int end, Rectangle2D bounds) Accepts the constructor arguments ofTextLineInfo(int, int, Rectangle2D)and returns an instance ofTextLineInfoBuilder.