public class MaxpTable extends TrueTypeTable
CMAP_TABLE, GLYF_TABLE, HEAD_TABLE, HHEA_TABLE, HMTX_TABLE, LOCA_TABLE, MAXP_TABLE, NAME_TABLE, POST_TABLE
Modifier | Constructor and Description |
---|---|
protected |
MaxpTable()
Creates a new instance of MaxpTable
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getData()
Get a buffer from the data
|
int |
getLength()
Get the length of this table
|
int |
getMaxComponentContours()
Getter for property maxComponentContours.
|
int |
getMaxComponentDepth()
Getter for property maxComponentDepth.
|
int |
getMaxComponentElements()
Getter for property maxComponentElements.
|
int |
getMaxComponentPoints()
Getter for property maxComponentPoints.
|
int |
getMaxContours()
Getter for property maxContours.
|
int |
getMaxFunctionDefs()
Getter for property maxFunctionDefs.
|
int |
getMaxInstructionDefs()
Getter for property maxInstructionDefs.
|
int |
getMaxPoints()
Getter for property maxPoints.
|
int |
getMaxSizeOfInstructions()
Getter for property maxSizeOfInstructions.
|
int |
getMaxStackElements()
Getter for property maxStackElements.
|
int |
getMaxStorage()
Getter for property maxStorage.
|
int |
getMaxTwilightPoints()
Getter for property maxTwilightPoints.
|
int |
getMaxZones()
Getter for property maxZones.
|
int |
getNumGlyphs()
Getter for property numGlyphs.
|
int |
getVersion()
Getter for property version.
|
void |
setData(java.nio.ByteBuffer data)
Set the values from data
|
void |
setMaxComponentContours(int maxComponentContours)
Setter for property maxComponentContours.
|
void |
setMaxComponentDepth(int maxComponentDepth)
Setter for property maxComponentDepth.
|
void |
setMaxComponentElements(int maxComponentElements)
Setter for property maxComponentElements.
|
void |
setMaxComponentPoints(int maxComponentPoints)
Setter for property maxComponentPoints.
|
void |
setMaxContours(int maxContours)
Setter for property maxContours.
|
void |
setMaxFunctionDefs(int maxFunctionDefs)
Setter for property maxFunctionDefs.
|
void |
setMaxInstructionDefs(int maxInstructionDefs)
Setter for property maxInstructionDefs.
|
void |
setMaxPoints(int maxPoints)
Setter for property maxPoints.
|
void |
setMaxSizeOfInstructions(int maxSizeOfInstructions)
Setter for property maxSizeOfInstructions.
|
void |
setMaxStackElements(int maxStackElements)
Setter for property maxStackElements.
|
void |
setMaxStorage(int maxStorage)
Setter for property maxStorage.
|
void |
setMaxTwilightPoints(int maxTwilightPoints)
Setter for property maxTwilightPoints.
|
void |
setMaxZones(int maxZones)
Setter for property maxZones.
|
void |
setNumGlyphs(int numGlyphs)
Setter for property numGlyphs.
|
void |
setVersion(int version)
Setter for property version.
|
java.lang.String |
toString()
Create a pretty String
|
createTable, createTable, getTag, stringToTag, tagToString
public void setData(java.nio.ByteBuffer data)
setData
in class TrueTypeTable
public java.nio.ByteBuffer getData()
getData
in class TrueTypeTable
public int getLength()
getLength
in class TrueTypeTable
public int getVersion()
public void setVersion(int version)
version
- New value of property version.public int getNumGlyphs()
public void setNumGlyphs(int numGlyphs)
numGlyphs
- New value of property numGlyphs.public int getMaxPoints()
public void setMaxPoints(int maxPoints)
maxPoints
- New value of property maxPoints.public int getMaxContours()
public void setMaxContours(int maxContours)
maxContours
- New value of property maxContours.public int getMaxComponentPoints()
public void setMaxComponentPoints(int maxComponentPoints)
maxComponentPoints
- New value of property maxComponentPoints.public int getMaxComponentContours()
public void setMaxComponentContours(int maxComponentContours)
maxComponentContours
- New value of property maxComponentContours.public int getMaxZones()
public void setMaxZones(int maxZones)
maxZones
- New value of property maxZones.public int getMaxTwilightPoints()
public void setMaxTwilightPoints(int maxTwilightPoints)
maxTwilightPoints
- New value of property maxTwilightPoints.public int getMaxStorage()
public void setMaxStorage(int maxStorage)
maxStorage
- New value of property maxStorage.public int getMaxFunctionDefs()
public void setMaxFunctionDefs(int maxFunctionDefs)
maxFunctionDefs
- New value of property maxFunctionDefs.public int getMaxInstructionDefs()
public void setMaxInstructionDefs(int maxInstructionDefs)
maxInstructionDefs
- New value of property maxInstructionDefs.public int getMaxStackElements()
public void setMaxStackElements(int maxStackElements)
maxStackElements
- New value of property maxStackElements.public int getMaxSizeOfInstructions()
public void setMaxSizeOfInstructions(int maxSizeOfInstructions)
maxSizeOfInstructions
- New value of property maxSizeOfInstructions.public int getMaxComponentElements()
public void setMaxComponentElements(int maxComponentElements)
maxComponentElements
- New value of property maxComponentElements.public int getMaxComponentDepth()
public void setMaxComponentDepth(int maxComponentDepth)
maxComponentDepth
- New value of property maxComponentDepth.public java.lang.String toString()
toString
in class TrueTypeTable