Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
    • Method Detail

      • render

        public void render​(@NotNull
                           @NotNull Output output,
                           @NotNull
                           @NotNull SVGFont font)