- java.lang.Object
-
- com.github.weisj.jsvg.nodes.text.AbstractGlyphRun<java.awt.geom.Path2D>
-
- com.github.weisj.jsvg.nodes.text.MutableGlyphRun
-
class MutableGlyphRun extends AbstractGlyphRun<java.awt.geom.Path2D>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.weisj.jsvg.nodes.text.AbstractGlyphRun
AbstractGlyphRun.Metrics, AbstractGlyphRun.PaintableEmoji
-
-
Constructor Summary
Constructors Constructor Description MutableGlyphRun()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
append(@NotNull GlyphRun glyphRun)
-
Methods inherited from class com.github.weisj.jsvg.nodes.text.AbstractGlyphRun
emojis, metrics, shape
-
-
-
-
Method Detail
-
append
public void append(@NotNull @NotNull GlyphRun glyphRun)
-
-