- java.lang.Object
-
- com.github.weisj.jsvg.nodes.text.AbstractGlyphRun<java.awt.Shape>
-
- com.github.weisj.jsvg.nodes.text.GlyphRun
-
class GlyphRun extends AbstractGlyphRun<java.awt.Shape>
-
-
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 GlyphRun(@NotNull java.awt.Shape shape, @NotNull AbstractGlyphRun.Metrics metrics, java.util.List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis)
-
Method Summary
-
Methods inherited from class com.github.weisj.jsvg.nodes.text.AbstractGlyphRun
emojis, metrics, shape
-
-
-
-
Constructor Detail
-
GlyphRun
GlyphRun(@NotNull @NotNull java.awt.Shape shape, @NotNull @NotNull AbstractGlyphRun.Metrics metrics, @NotNull java.util.List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis)
-
-