com.sun.pdfview.font.ttf

Class MaxpTable

public class MaxpTable extends TrueTypeTable

Constructor Summary
protected MaxpTable()
Creates a new instance of MaxpTable
Method Summary
ByteBuffergetData()
Get a buffer from the data
intgetLength()
Get the length of this table
shortgetMaxComponentContours()
Getter for property maxComponentContours.
shortgetMaxComponentDepth()
Getter for property maxComponentDepth.
shortgetMaxComponentElements()
Getter for property maxComponentElements.
shortgetMaxComponentPoints()
Getter for property maxComponentPoints.
shortgetMaxContours()
Getter for property maxContours.
shortgetMaxFunctionDefs()
Getter for property maxFunctionDefs.
shortgetMaxInstructionDefs()
Getter for property maxInstructionDefs.
shortgetMaxPoints()
Getter for property maxPoints.
shortgetMaxSizeOfInstructions()
Getter for property maxSizeOfInstructions.
shortgetMaxStackElements()
Getter for property maxStackElements.
shortgetMaxStorage()
Getter for property maxStorage.
shortgetMaxTwilightPoints()
Getter for property maxTwilightPoints.
shortgetMaxZones()
Getter for property maxZones.
shortgetNumGlyphs()
Getter for property numGlyphs.
intgetVersion()
Getter for property version.
voidsetData(ByteBuffer data)
Set the values from data
voidsetMaxComponentContours(short maxComponentContours)
Setter for property maxComponentContours.
voidsetMaxComponentDepth(short maxComponentDepth)
Setter for property maxComponentDepth.
voidsetMaxComponentElements(short maxComponentElements)
Setter for property maxComponentElements.
voidsetMaxComponentPoints(short maxComponentPoints)
Setter for property maxComponentPoints.
voidsetMaxContours(short maxContours)
Setter for property maxContours.
voidsetMaxFunctionDefs(short maxFunctionDefs)
Setter for property maxFunctionDefs.
voidsetMaxInstructionDefs(short maxInstructionDefs)
Setter for property maxInstructionDefs.
voidsetMaxPoints(short maxPoints)
Setter for property maxPoints.
voidsetMaxSizeOfInstructions(short maxSizeOfInstructions)
Setter for property maxSizeOfInstructions.
voidsetMaxStackElements(short maxStackElements)
Setter for property maxStackElements.
voidsetMaxStorage(short maxStorage)
Setter for property maxStorage.
voidsetMaxTwilightPoints(short maxTwilightPoints)
Setter for property maxTwilightPoints.
voidsetMaxZones(short maxZones)
Setter for property maxZones.
voidsetNumGlyphs(short numGlyphs)
Setter for property numGlyphs.
voidsetVersion(int version)
Setter for property version.
StringtoString()
Create a pretty String

Constructor Detail

MaxpTable

protected MaxpTable()
Creates a new instance of MaxpTable

Method Detail

getData

public ByteBuffer getData()
Get a buffer from the data

getLength

public int getLength()
Get the length of this table

getMaxComponentContours

public short getMaxComponentContours()
Getter for property maxComponentContours.

Returns: Value of property maxComponentContours.

getMaxComponentDepth

public short getMaxComponentDepth()
Getter for property maxComponentDepth.

Returns: Value of property maxComponentDepth.

getMaxComponentElements

public short getMaxComponentElements()
Getter for property maxComponentElements.

Returns: Value of property maxComponentElements.

getMaxComponentPoints

public short getMaxComponentPoints()
Getter for property maxComponentPoints.

Returns: Value of property maxComponentPoints.

getMaxContours

public short getMaxContours()
Getter for property maxContours.

Returns: Value of property maxContours.

getMaxFunctionDefs

public short getMaxFunctionDefs()
Getter for property maxFunctionDefs.

Returns: Value of property maxFunctionDefs.

getMaxInstructionDefs

public short getMaxInstructionDefs()
Getter for property maxInstructionDefs.

Returns: Value of property maxInstructionDefs.

getMaxPoints

public short getMaxPoints()
Getter for property maxPoints.

Returns: Value of property maxPoints.

getMaxSizeOfInstructions

public short getMaxSizeOfInstructions()
Getter for property maxSizeOfInstructions.

Returns: Value of property maxSizeOfInstructions.

getMaxStackElements

public short getMaxStackElements()
Getter for property maxStackElements.

Returns: Value of property maxStackElements.

getMaxStorage

public short getMaxStorage()
Getter for property maxStorage.

Returns: Value of property maxStorage.

getMaxTwilightPoints

public short getMaxTwilightPoints()
Getter for property maxTwilightPoints.

Returns: Value of property maxTwilightPoints.

getMaxZones

public short getMaxZones()
Getter for property maxZones.

Returns: Value of property maxZones.

getNumGlyphs

public short getNumGlyphs()
Getter for property numGlyphs.

Returns: Value of property numGlyphs.

getVersion

public int getVersion()
Getter for property version.

Returns: Value of property version.

setData

public void setData(ByteBuffer data)
Set the values from data

setMaxComponentContours

public void setMaxComponentContours(short maxComponentContours)
Setter for property maxComponentContours.

Parameters: maxComponentContours New value of property maxComponentContours.

setMaxComponentDepth

public void setMaxComponentDepth(short maxComponentDepth)
Setter for property maxComponentDepth.

Parameters: maxComponentDepth New value of property maxComponentDepth.

setMaxComponentElements

public void setMaxComponentElements(short maxComponentElements)
Setter for property maxComponentElements.

Parameters: maxComponentElements New value of property maxComponentElements.

setMaxComponentPoints

public void setMaxComponentPoints(short maxComponentPoints)
Setter for property maxComponentPoints.

Parameters: maxComponentPoints New value of property maxComponentPoints.

setMaxContours

public void setMaxContours(short maxContours)
Setter for property maxContours.

Parameters: maxContours New value of property maxContours.

setMaxFunctionDefs

public void setMaxFunctionDefs(short maxFunctionDefs)
Setter for property maxFunctionDefs.

Parameters: maxFunctionDefs New value of property maxFunctionDefs.

setMaxInstructionDefs

public void setMaxInstructionDefs(short maxInstructionDefs)
Setter for property maxInstructionDefs.

Parameters: maxInstructionDefs New value of property maxInstructionDefs.

setMaxPoints

public void setMaxPoints(short maxPoints)
Setter for property maxPoints.

Parameters: maxPoints New value of property maxPoints.

setMaxSizeOfInstructions

public void setMaxSizeOfInstructions(short maxSizeOfInstructions)
Setter for property maxSizeOfInstructions.

Parameters: maxSizeOfInstructions New value of property maxSizeOfInstructions.

setMaxStackElements

public void setMaxStackElements(short maxStackElements)
Setter for property maxStackElements.

Parameters: maxStackElements New value of property maxStackElements.

setMaxStorage

public void setMaxStorage(short maxStorage)
Setter for property maxStorage.

Parameters: maxStorage New value of property maxStorage.

setMaxTwilightPoints

public void setMaxTwilightPoints(short maxTwilightPoints)
Setter for property maxTwilightPoints.

Parameters: maxTwilightPoints New value of property maxTwilightPoints.

setMaxZones

public void setMaxZones(short maxZones)
Setter for property maxZones.

Parameters: maxZones New value of property maxZones.

setNumGlyphs

public void setNumGlyphs(short numGlyphs)
Setter for property numGlyphs.

Parameters: numGlyphs New value of property numGlyphs.

setVersion

public void setVersion(int version)
Setter for property version.

Parameters: version New value of property version.

toString

public String toString()
Create a pretty String