类 SubTable.Builder<T extends SubTable>
java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable.Builder<T>
com.google.typography.font.sfntly.table.SubTable.Builder<T>
- 类型参数:
T
- the type of the subtable
- 直接已知子类:
BitmapGlyph.Builder
,BitmapSizeTable.Builder
,CMap.Builder
,Glyph.Builder
,GlyphMetrics.Builder
,IndexSubTable.Builder
,LayoutCommonTable.Builder
,LookupList.Builder
,VisibleSubTable.Builder
- 封闭类:
SubTable
protected abstract static class SubTable.Builder<T extends SubTable>
extends FontDataTable.Builder<T>
An abstract base class for subtable builders.
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明protected
Builder
(int dataSize) Constructor.protected
Builder
(ReadableFontData data) Constructor.protected
Builder
(ReadableFontData data, ReadableFontData masterData) Constructor.protected
Builder
(WritableFontData data) Constructor.protected
Builder
(WritableFontData data, ReadableFontData masterData) Constructor. -
方法概要
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable.Builder
build, changed, containedModelChanged, currentModelChanged, data, dataChanged, internalReadData, internalWriteData, modelChanged, notifyPostTableBuild, readyToBuild, setData, setData, setModelChanged, setModelChanged, subBuildTable, subDataSet, subDataSizeToSerialize, subReadyToSerialize, subSerialize
-
字段详细资料
-
masterData
-
-
构造器详细资料
-
Builder
Constructor.- 参数:
data
- the data for the subtable being builtmasterData
- the data for the full table
-
Builder
Constructor.- 参数:
data
- the data for the subtable being builtmasterData
- the data for the full table
-
Builder
Constructor.- 参数:
data
- the data for the subtable being built
-
Builder
Constructor.- 参数:
data
- the data for the subtable being built
-
Builder
protected Builder(int dataSize) Constructor. Creates a new empty sub-table.- 参数:
dataSize
- the initial size for the data; if it is positive then the size is fixed; if it is negative then it is variable sized
-
-
方法详细资料
-
masterReadData
-