|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pdfview.font.ttf.TrueTypeTable
com.sun.pdfview.font.ttf.MaxpTable
public class MaxpTable
Field Summary |
---|
Fields inherited from class com.sun.pdfview.font.ttf.TrueTypeTable |
---|
CMAP_TABLE, GLYF_TABLE, HEAD_TABLE, HHEA_TABLE, HMTX_TABLE, LOCA_TABLE, MAXP_TABLE, NAME_TABLE, POST_TABLE |
Constructor Summary | |
---|---|
protected |
MaxpTable()
Creates a new instance of MaxpTable |
Method Summary | |
---|---|
java.nio.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(java.nio.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. |
java.lang.String |
toString()
Create a pretty String |
Methods inherited from class com.sun.pdfview.font.ttf.TrueTypeTable |
---|
createTable, createTable, getTag, stringToTag, tagToString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected MaxpTable()
Method Detail |
---|
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 short getNumGlyphs()
public void setNumGlyphs(short numGlyphs)
numGlyphs
- New value of property numGlyphs.public short getMaxPoints()
public void setMaxPoints(short maxPoints)
maxPoints
- New value of property maxPoints.public short getMaxContours()
public void setMaxContours(short maxContours)
maxContours
- New value of property maxContours.public short getMaxComponentPoints()
public void setMaxComponentPoints(short maxComponentPoints)
maxComponentPoints
- New value of property maxComponentPoints.public short getMaxComponentContours()
public void setMaxComponentContours(short maxComponentContours)
maxComponentContours
- New value of property maxComponentContours.public short getMaxZones()
public void setMaxZones(short maxZones)
maxZones
- New value of property maxZones.public short getMaxTwilightPoints()
public void setMaxTwilightPoints(short maxTwilightPoints)
maxTwilightPoints
- New value of property maxTwilightPoints.public short getMaxStorage()
public void setMaxStorage(short maxStorage)
maxStorage
- New value of property maxStorage.public short getMaxFunctionDefs()
public void setMaxFunctionDefs(short maxFunctionDefs)
maxFunctionDefs
- New value of property maxFunctionDefs.public short getMaxInstructionDefs()
public void setMaxInstructionDefs(short maxInstructionDefs)
maxInstructionDefs
- New value of property maxInstructionDefs.public short getMaxStackElements()
public void setMaxStackElements(short maxStackElements)
maxStackElements
- New value of property maxStackElements.public short getMaxSizeOfInstructions()
public void setMaxSizeOfInstructions(short maxSizeOfInstructions)
maxSizeOfInstructions
- New value of property maxSizeOfInstructions.public short getMaxComponentElements()
public void setMaxComponentElements(short maxComponentElements)
maxComponentElements
- New value of property maxComponentElements.public short getMaxComponentDepth()
public void setMaxComponentDepth(short maxComponentDepth)
maxComponentDepth
- New value of property maxComponentDepth.public java.lang.String toString()
toString
in class TrueTypeTable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |