类 SubTableContainerTable
java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable
com.google.typography.font.sfntly.table.Table
com.google.typography.font.sfntly.table.SubTableContainerTable
- 直接已知子类:
CMapTable
,EbdtTable
,EblcTable
,GlyphTable
,NameTable
Abstract base class for tables that have contained subtables.
- 作者:
- Stuart Gill
-
嵌套类概要
嵌套类 -
字段概要
从类继承的字段 com.google.typography.font.sfntly.table.FontDataTable
data
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.google.typography.font.sfntly.table.Table
calculatedChecksum, header, headerChecksum, headerLength, headerOffset, headerTag, toString
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable
dataLength, readFontData, serialize, serialize
-
构造器详细资料
-
SubTableContainerTable
Constructor.- 参数:
header
- the header for the tabledata
- the data that contains the table
-