public abstract static class Table.Builder<T extends Table> extends FontDataTable.Builder<T>
| Modifier and Type | Method and Description |
|---|---|
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 |
header()
Public Interface for Table Building
|
java.lang.String |
toString() |
build, changed, data, readyToBuild, setData, setDatapublic java.lang.String toString()
toString in class java.lang.Objectpublic final Header header()
public static Table.Builder<? extends Table> getBuilder(Header header, WritableFontData tableData)
header - the header for the tabletableData - the data to be used to build the table from