Package org.jsignal.std
Class ParaStylePropHelper.Builder
java.lang.Object
org.jsignal.std.ParaStylePropHelper.Builder
- Enclosing class:
ParaStylePropHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionalignment
(io.github.humbleui.skija.paragraph.Alignment alignment) build()
direction
(io.github.humbleui.skija.paragraph.Direction direction) heightMode
(io.github.humbleui.skija.paragraph.HeightMode heightMode) maxLinesCount
(Long maxLinesCount) strutStyle
(io.github.humbleui.skija.paragraph.StrutStyle strutStyle) textStyle
(ParaTextStyle textStyle) textStyleBuilder
(Function<ParaTextStylePropHelper.Builder, ParaTextStylePropHelper.Builder> textStyleBuilder)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
textStyle
-
alignment
public ParaStylePropHelper.Builder alignment(io.github.humbleui.skija.paragraph.Alignment alignment) -
height
-
direction
public ParaStylePropHelper.Builder direction(io.github.humbleui.skija.paragraph.Direction direction) -
strutStyle
public ParaStylePropHelper.Builder strutStyle(io.github.humbleui.skija.paragraph.StrutStyle strutStyle) -
ellipsis
-
heightMode
public ParaStylePropHelper.Builder heightMode(io.github.humbleui.skija.paragraph.HeightMode heightMode) -
maxLinesCount
-
textStyleBuilder
public ParaStylePropHelper.Builder textStyleBuilder(Function<ParaTextStylePropHelper.Builder, ParaTextStylePropHelper.Builder> textStyleBuilder) -
build
-