Class Gasp


  • public final class Gasp
    extends Table
    Gives access to the 'gasp' table.

    Version handling

    'gasp' tables have only a minor version number. This implementation:

    • fully supports version 0 tables,
    • interprets version x > 0 tables as version 0 tables,

    When some data is not present in the actual version of the table, the accessors return identified values.

    Synchronization

    Like all tables, these objects are immutable.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  Gasp.BehaviorBits  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getBehavior​(double ppem)
      Return the behavior for a given ppem
      void subsetAndStream​(Subset subset, java.util.Map tables)  
      • Methods inherited from class java.lang.Object

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

      • subsetAndStream

        public void subsetAndStream​(Subset subset,
                                    java.util.Map tables)