PFont.Glyph

  • java.lang.Object
    • processing.core.PFont.Glyph
  • Enclosing class:
    PFont


    public class PFont.Glyph
    extends java.lang.Object

    A single character, and its visage.

    • Constructor Summary

      Constructors 
      Constructor and Description
      Glyph() 
      Glyph(java.io.DataInputStream is) 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public int value
      • height

        public int height
      • width

        public int width
      • index

        public int index
      • setWidth

        public int setWidth
      • topExtent

        public int topExtent
      • leftExtent

        public int leftExtent
    • Constructor Detail

      • Glyph

        public Glyph()
      • Glyph

        public Glyph(java.io.DataInputStream is)
              throws java.io.IOException
        Throws:
        java.io.IOException