public abstract static class FontDataTable.Builder<T extends FontDataTable>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
T |
build() |
boolean |
changed()
Determines whether the state of this builder has changed - either the data or the internal
model representing the data.
|
WritableFontData |
data()
Gets a snapshot copy of the internal data of the builder.
|
boolean |
readyToBuild() |
void |
setData(ReadableFontData data) |
void |
setData(WritableFontData data) |
public WritableFontData data()
setData(WritableFontData).setData(WritableFontData)public void setData(WritableFontData data)
public void setData(ReadableFontData data)
data - public T build()
public boolean readyToBuild()
public boolean changed()