Module com.github.weisj.jsvg
Package com.github.weisj.jsvg.nodes.text
Class AbstractGlyphRun.PaintableEmoji
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.text.AbstractGlyphRun.PaintableEmoji
-
- Enclosing class:
- AbstractGlyphRun<T extends java.awt.Shape>
public static class AbstractGlyphRun.PaintableEmoji extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull EmojiGlyph
glyph
private @NotNull java.awt.geom.AffineTransform
transform
-
Constructor Summary
Constructors Constructor Description PaintableEmoji(@NotNull EmojiGlyph glyph, @NotNull java.awt.geom.AffineTransform transform)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(@NotNull Output output, @NotNull SVGFont font)
-
-
-
Field Detail
-
glyph
@NotNull private final @NotNull EmojiGlyph glyph
-
transform
@NotNull private final @NotNull java.awt.geom.AffineTransform transform
-
-
Constructor Detail
-
PaintableEmoji
PaintableEmoji(@NotNull @NotNull EmojiGlyph glyph, @NotNull @NotNull java.awt.geom.AffineTransform transform)
-
-