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 interface
TextSegment.RenderableSegment
Classes in com.github.weisj.jsvg.nodes.text that implement TextSegment Modifier and Type Class Description (package private) class
LinearTextContainer
(package private) class
StringTextSegment
class
Text
(package private) class
TextContainer
class
TextPath
class
TextSpan
Fields 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. segments
Methods 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()
-