类 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
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明protected
protected
Builder
(Header header, ReadableFontData data) protected
Builder
(Header header, WritableFontData data) -
方法概要
修饰符和类型方法说明static Table.Builder<? extends Table>
getBuilder
(Header header, WritableFontData tableData) Get a builder for the table type specified by the data in the header.final Header
header()
Public Interface for Table Buildingprotected void
notifyPostTableBuild
(T table) Internal Interface for Table BuildingtoString()
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable.Builder
build, changed, containedModelChanged, currentModelChanged, data, dataChanged, internalReadData, internalWriteData, modelChanged, readyToBuild, setData, setData, setModelChanged, setModelChanged, subBuildTable, subDataSet, subDataSizeToSerialize, subReadyToSerialize, subSerialize
-
字段详细资料
-
header
-
-
构造器详细资料
-
Builder
-
Builder
-
Builder
-
-
方法详细资料
-
toString
-
header
Public Interface for Table Building- 返回:
- header
-
notifyPostTableBuild
Internal Interface for Table Building- 覆盖:
notifyPostTableBuild
在类中FontDataTable.Builder<T extends Table>
-
getBuilder
Get a builder for the table type specified by the data in the header.- 参数:
header
- the header for the tabletableData
- the data to be used to build the table from- 返回:
- builder for the table specified
-