Class PostTable.PostMapFormat0

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String[] stdNames
      the glyph names in standard Macintosh ordering
    • Constructor Summary

      Constructors 
      Constructor Description
      PostMapFormat0()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) short getCharIndex​(java.lang.String charName)
      map a name to a character index
      (package private) java.lang.String getCharName​(char charIndex)
      name a character index to a name
      (package private) java.nio.ByteBuffer getData()
      get the data in this map as a ByteBuffer
      (package private) int getLength()
      get the length of the data in this map
      (package private) void setData​(java.nio.ByteBuffer data)
      set the data in this map from a ByteBuffer
      • Methods inherited from class java.lang.Object

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

      • stdNames

        protected final java.lang.String[] stdNames
        the glyph names in standard Macintosh ordering
    • Constructor Detail

      • PostMapFormat0

        PostMapFormat0()
    • Method Detail

      • getCharIndex

        short getCharIndex​(java.lang.String charName)
        map a name to a character index
        Overrides:
        getCharIndex in class PostTable.PostMap
      • getCharName

        java.lang.String getCharName​(char charIndex)
        name a character index to a name
        Overrides:
        getCharName in class PostTable.PostMap
      • getData

        java.nio.ByteBuffer getData()
        get the data in this map as a ByteBuffer
        Overrides:
        getData in class PostTable.PostMap
      • setData

        void setData​(java.nio.ByteBuffer data)
        set the data in this map from a ByteBuffer
        Overrides:
        setData in class PostTable.PostMap