Uses of Enum Class
com.github.weisj.jsvg.nodes.text.TextSegment.RenderableSegment.UseTextLengthForCalculation
Packages that use TextSegment.RenderableSegment.UseTextLengthForCalculation
-
Uses of TextSegment.RenderableSegment.UseTextLengthForCalculation in com.github.weisj.jsvg.nodes.text
Methods in com.github.weisj.jsvg.nodes.text that return TextSegment.RenderableSegment.UseTextLengthForCalculationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TextSegment.RenderableSegment.UseTextLengthForCalculation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.nodes.text with parameters of type TextSegment.RenderableSegment.UseTextLengthForCalculationModifier and TypeMethodDescription@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)