Class Glyph


  • public final class Glyph
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float advance  
      private boolean isEmpty  
      private @NotNull java.awt.Shape outline  
    • Constructor Summary

      Constructors 
      Constructor Description
      Glyph​(@NotNull java.awt.Shape outline, float advance, boolean isEmpty)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float advance()  
      @NotNull java.awt.Shape glyphOutline()  
      boolean isRendered()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • outline

        @NotNull
        private final @NotNull java.awt.Shape outline
      • advance

        private final float advance
      • isEmpty

        private final boolean isEmpty
    • Constructor Detail

      • Glyph

        public Glyph​(@NotNull
                     @NotNull java.awt.Shape outline,
                     float advance,
                     boolean isEmpty)
    • Method Detail

      • advance

        public float advance()
      • glyphOutline

        @NotNull
        public @NotNull java.awt.Shape glyphOutline()
      • isRendered

        public boolean isRendered()