类 Table.Builder<T extends Table>

java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable.Builder<T>
com.google.typography.font.sfntly.table.Table.Builder<T>
直接已知子类:
EbscTable.Builder, GSubTable.Builder, LocaTable.Builder, SubTableContainerTable.Builder, TableBasedTableBuilder
封闭类:
Table

public abstract static class Table.Builder<T extends Table> extends FontDataTable.Builder<T>
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • header

      public final Header header()
      Public Interface for Table Building
      返回:
      header
    • notifyPostTableBuild

      protected void notifyPostTableBuild(T table)
      Internal Interface for Table Building
      覆盖:
      notifyPostTableBuild 在类中 FontDataTable.Builder<T extends Table>
    • getBuilder

      public static Table.Builder<? extends Table> getBuilder(Header header, WritableFontData tableData)
      Get a builder for the table type specified by the data in the header.
      参数:
      header - the header for the table
      tableData - the data to be used to build the table from
      返回:
      builder for the table specified