Uses of Interface
com.github.weisj.jsvg.nodes.text.TextSegment
-
Packages that use TextSegment Package Description com.github.weisj.jsvg.nodes.text -
-
Uses of TextSegment in com.github.weisj.jsvg.nodes.text
Subinterfaces of TextSegment in com.github.weisj.jsvg.nodes.text Modifier and Type Interface Description static interfaceTextSegment.RenderableSegmentClasses in com.github.weisj.jsvg.nodes.text that implement TextSegment Modifier and Type Class Description (package private) classLinearTextContainer(package private) classStringTextSegmentclassText(package private) classTextContainerclassTextPathclassTextSpanFields in com.github.weisj.jsvg.nodes.text with type parameters of type TextSegment Modifier and Type Field Description private java.util.List<@NotNull TextSegment>TextContainer. segmentsMethods in com.github.weisj.jsvg.nodes.text that return types with arguments of type TextSegment Modifier and Type Method Description java.util.List<? extends @NotNull TextSegment>TextContainer. children()(package private) @NotNull java.util.List<@NotNull TextSegment>TextContainer. segments()
-