Uses of Class
com.github.weisj.jsvg.nodes.text.TextSegment.RenderableSegment.UseTextLengthForCalculation
-
Packages that use TextSegment.RenderableSegment.UseTextLengthForCalculation Package Description com.github.weisj.jsvg.nodes.text -
-
Uses of TextSegment.RenderableSegment.UseTextLengthForCalculation in com.github.weisj.jsvg.nodes.text
Methods in com.github.weisj.jsvg.nodes.text that return TextSegment.RenderableSegment.UseTextLengthForCalculation Modifier and Type Method Description static TextSegment.RenderableSegment.UseTextLengthForCalculation
TextSegment.RenderableSegment.UseTextLengthForCalculation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextSegment.RenderableSegment.UseTextLengthForCalculation[]
TextSegment.RenderableSegment.UseTextLengthForCalculation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.nodes.text with parameters of type TextSegment.RenderableSegment.UseTextLengthForCalculation Modifier and Type Method Description @NotNull TextMetrics
TextContainer. computeTextMetrics(@NotNull RenderContext context, @NotNull TextSegment.RenderableSegment.UseTextLengthForCalculation flag)
@NotNull TextMetrics
TextSegment.RenderableSegment. computeTextMetrics(@NotNull RenderContext context, @NotNull TextSegment.RenderableSegment.UseTextLengthForCalculation flag)
-