com.sun.pdfview.font.ttf
public class MaxpTable extends TrueTypeTable
Constructor Summary | |
---|---|
protected | MaxpTable() Creates a new instance of MaxpTable |
Method Summary | |
---|---|
ByteBuffer | getData()
Get a buffer from the data |
int | getLength()
Get the length of this table |
short | getMaxComponentContours() Getter for property maxComponentContours. |
short | getMaxComponentDepth() Getter for property maxComponentDepth. |
short | getMaxComponentElements() Getter for property maxComponentElements. |
short | getMaxComponentPoints() Getter for property maxComponentPoints. |
short | getMaxContours() Getter for property maxContours. |
short | getMaxFunctionDefs() Getter for property maxFunctionDefs. |
short | getMaxInstructionDefs() Getter for property maxInstructionDefs. |
short | getMaxPoints() Getter for property maxPoints. |
short | getMaxSizeOfInstructions() Getter for property maxSizeOfInstructions. |
short | getMaxStackElements() Getter for property maxStackElements. |
short | getMaxStorage() Getter for property maxStorage. |
short | getMaxTwilightPoints() Getter for property maxTwilightPoints. |
short | getMaxZones() Getter for property maxZones. |
short | getNumGlyphs() Getter for property numGlyphs. |
int | getVersion() Getter for property version. |
void | setData(ByteBuffer data)
Set the values from data |
void | setMaxComponentContours(short maxComponentContours) Setter for property maxComponentContours. |
void | setMaxComponentDepth(short maxComponentDepth) Setter for property maxComponentDepth. |
void | setMaxComponentElements(short maxComponentElements) Setter for property maxComponentElements. |
void | setMaxComponentPoints(short maxComponentPoints) Setter for property maxComponentPoints. |
void | setMaxContours(short maxContours) Setter for property maxContours. |
void | setMaxFunctionDefs(short maxFunctionDefs) Setter for property maxFunctionDefs. |
void | setMaxInstructionDefs(short maxInstructionDefs) Setter for property maxInstructionDefs. |
void | setMaxPoints(short maxPoints) Setter for property maxPoints. |
void | setMaxSizeOfInstructions(short maxSizeOfInstructions) Setter for property maxSizeOfInstructions. |
void | setMaxStackElements(short maxStackElements) Setter for property maxStackElements. |
void | setMaxStorage(short maxStorage) Setter for property maxStorage. |
void | setMaxTwilightPoints(short maxTwilightPoints) Setter for property maxTwilightPoints. |
void | setMaxZones(short maxZones) Setter for property maxZones. |
void | setNumGlyphs(short numGlyphs) Setter for property numGlyphs. |
void | setVersion(int version) Setter for property version. |
String | toString()
Create a pretty String |
Returns: Value of property maxComponentContours.
Returns: Value of property maxComponentDepth.
Returns: Value of property maxComponentElements.
Returns: Value of property maxComponentPoints.
Returns: Value of property maxContours.
Returns: Value of property maxFunctionDefs.
Returns: Value of property maxInstructionDefs.
Returns: Value of property maxPoints.
Returns: Value of property maxSizeOfInstructions.
Returns: Value of property maxStackElements.
Returns: Value of property maxStorage.
Returns: Value of property maxTwilightPoints.
Returns: Value of property maxZones.
Returns: Value of property numGlyphs.
Returns: Value of property version.
Parameters: maxComponentContours New value of property maxComponentContours.
Parameters: maxComponentDepth New value of property maxComponentDepth.
Parameters: maxComponentElements New value of property maxComponentElements.
Parameters: maxComponentPoints New value of property maxComponentPoints.
Parameters: maxContours New value of property maxContours.
Parameters: maxFunctionDefs New value of property maxFunctionDefs.
Parameters: maxInstructionDefs New value of property maxInstructionDefs.
Parameters: maxPoints New value of property maxPoints.
Parameters: maxSizeOfInstructions New value of property maxSizeOfInstructions.
Parameters: maxStackElements New value of property maxStackElements.
Parameters: maxStorage New value of property maxStorage.
Parameters: maxTwilightPoints New value of property maxTwilightPoints.
Parameters: maxZones New value of property maxZones.
Parameters: numGlyphs New value of property numGlyphs.
Parameters: version New value of property version.