Uses of Class
com.github.weisj.jsvg.nodes.text.AbstractGlyphRun.PaintableEmoji
-
Packages that use AbstractGlyphRun.PaintableEmoji Package Description com.github.weisj.jsvg.nodes.text -
-
Uses of AbstractGlyphRun.PaintableEmoji in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text with type parameters of type AbstractGlyphRun.PaintableEmoji Modifier and Type Field Description private @NotNull java.util.List<@NotNull AbstractGlyphRun.PaintableEmoji>
AbstractGlyphRun. emojis
Methods in com.github.weisj.jsvg.nodes.text that return types with arguments of type AbstractGlyphRun.PaintableEmoji Modifier and Type Method Description @NotNull java.util.List<@NotNull AbstractGlyphRun.PaintableEmoji>
AbstractGlyphRun. emojis()
Constructor parameters in com.github.weisj.jsvg.nodes.text with type arguments of type AbstractGlyphRun.PaintableEmoji Constructor Description AbstractGlyphRun(T shape, @NotNull AbstractGlyphRun.Metrics metrics, @NotNull java.util.List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis)
GlyphRun(@NotNull java.awt.Shape shape, @NotNull AbstractGlyphRun.Metrics metrics, java.util.List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis)
-