Uses of Class
com.github.weisj.jsvg.nodes.text.TextContainer
-
Packages that use TextContainer Package Description com.github.weisj.jsvg.nodes.text -
-
Uses of TextContainer in com.github.weisj.jsvg.nodes.text
Subclasses of TextContainer in com.github.weisj.jsvg.nodes.text Modifier and Type Class Description (package private) class
LinearTextContainer
class
Text
class
TextPath
class
TextSpan
Fields in com.github.weisj.jsvg.nodes.text declared as TextContainer Modifier and Type Field Description private TextContainer
StringTextSegment. parent
Constructors in com.github.weisj.jsvg.nodes.text with parameters of type TextContainer Constructor Description StringTextSegment(@NotNull TextContainer parent, int index, char[] codepoints)
-