|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fontbox.ttf.TTFTable
public class TTFTable
A table in a true type font.
Constructor Summary | |
---|---|
TTFTable()
|
Method Summary | |
---|---|
long |
getCheckSum()
|
long |
getLength()
|
long |
getOffset()
|
String |
getTag()
|
void |
initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream. |
void |
setCheckSum(long checkSumValue)
|
void |
setLength(long lengthValue)
|
void |
setOffset(long offsetValue)
|
void |
setTag(String tagValue)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TTFTable()
Method Detail |
---|
public long getCheckSum()
public void setCheckSum(long checkSumValue)
checkSumValue
- The checkSum to set.public long getLength()
public void setLength(long lengthValue)
lengthValue
- The length to set.public long getOffset()
public void setOffset(long offsetValue)
offsetValue
- The offset to set.public String getTag()
public void setTag(String tagValue)
tagValue
- The tag to set.public void initData(TrueTypeFont ttf, TTFDataStream data) throws IOException
ttf
- The font that is being read.data
- The stream to read the data from.
IOException
- If there is an error reading the data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |