类 GenericTableBuilder
java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable.Builder<T>
com.google.typography.font.sfntly.table.Table.Builder<T>
com.google.typography.font.sfntly.table.TableBasedTableBuilder<Table>
com.google.typography.font.sfntly.table.GenericTableBuilder
A table builder to do the minimal table building for an unknown table type.
- 作者:
- Stuart Gill
-
构造器概要
构造器限定符构造器说明private
GenericTableBuilder
(Header header, ReadableFontData data) private
GenericTableBuilder
(Header header, WritableFontData data) -
方法概要
修饰符和类型方法说明(专用程序包) static GenericTableBuilder
createBuilder
(Header header, WritableFontData data) Create a new builder using the header information and data provided.protected Table
Build a table with the data provided.从类继承的方法 com.google.typography.font.sfntly.table.TableBasedTableBuilder
build, subDataSet, subDataSizeToSerialize, subReadyToSerialize, subSerialize, table
从类继承的方法 com.google.typography.font.sfntly.table.Table.Builder
getBuilder, header, notifyPostTableBuild, toString
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable.Builder
changed, containedModelChanged, currentModelChanged, data, dataChanged, internalReadData, internalWriteData, modelChanged, readyToBuild, setData, setData, setModelChanged, setModelChanged
-
构造器详细资料
-
GenericTableBuilder
- 参数:
header
-data
-
-
GenericTableBuilder
- 参数:
header
-data
-
-
-
方法详细资料
-
createBuilder
Create a new builder using the header information and data provided.- 参数:
header
- the header informationdata
- the data holding the table- 返回:
- a new builder
-
subBuildTable
从类复制的说明:FontDataTable.Builder
Build a table with the data provided.- 指定者:
subBuildTable
在类中FontDataTable.Builder<Table>
- 参数:
data
- the data to use to build the table- 返回:
- a table
-