Uses of Class
com.github.weisj.jsvg.nodes.text.AbstractGlyphRun.PaintableEmoji
Packages that use AbstractGlyphRun.PaintableEmoji
-
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.PaintableEmojiModifier and TypeFieldDescriptionprivate final @NotNull List<@NotNull AbstractGlyphRun.PaintableEmoji> AbstractGlyphRun.emojisMethods in com.github.weisj.jsvg.nodes.text that return types with arguments of type AbstractGlyphRun.PaintableEmojiModifier and TypeMethodDescription@NotNull List<@NotNull AbstractGlyphRun.PaintableEmoji> AbstractGlyphRun.emojis()Constructor parameters in com.github.weisj.jsvg.nodes.text with type arguments of type AbstractGlyphRun.PaintableEmojiModifierConstructorDescriptionAbstractGlyphRun(T shape, @NotNull AbstractGlyphRun.Metrics metrics, @NotNull List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis) (package private)GlyphRun(@NotNull Shape shape, @NotNull AbstractGlyphRun.Metrics metrics, List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis)