|
fop 2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.fonts.truetype.OFMtxEntry
public class OFMtxEntry
This class represents a TrueType Mtx Entry.
| Constructor Summary | |
|---|---|
OFMtxEntry()
|
|
| Method Summary | |
|---|---|
int[] |
getBoundingBox()
Returns the boundingBox. |
byte |
getFound()
Returns the found. |
int |
getIndex()
Returns the index. |
java.lang.String |
getIndexAsString()
Returns a String representation of the index taking into account if the index is in the reserved range. |
int |
getLsb()
Returns the lsb. |
java.lang.String |
getName()
Returns the name. |
long |
getOffset()
Returns the offset. |
java.util.List<java.lang.Integer> |
getUnicodeIndex()
Returns the unicodeIndex. |
int |
getWx()
Returns the wx. |
boolean |
isIndexReserved()
Determines whether this index represents a reserved character. |
void |
setBoundingBox(int[] boundingBox)
Sets the boundingBox. |
void |
setFound(byte found)
Sets the found. |
void |
setIndex(int index)
Sets the index. |
void |
setLsb(int lsb)
Sets the lsb. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setOffset(long offset)
Sets the offset. |
void |
setWx(int wx)
Sets the wx. |
java.lang.String |
toString(TTFFile t)
Returns a String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OFMtxEntry()
| Method Detail |
|---|
public java.lang.String toString(TTFFile t)
t - TTFFile to use for unit conversion
public int[] getBoundingBox()
public void setBoundingBox(int[] boundingBox)
boundingBox - The boundingBox to setpublic byte getFound()
public int getIndex()
public boolean isIndexReserved()
public java.lang.String getIndexAsString()
public int getLsb()
public java.lang.String getName()
public long getOffset()
public java.util.List<java.lang.Integer> getUnicodeIndex()
public int getWx()
public void setFound(byte found)
found - The found to setpublic void setIndex(int index)
index - The index to setpublic void setLsb(int lsb)
lsb - The lsb to setpublic void setName(java.lang.String name)
name - The name to setpublic void setOffset(long offset)
offset - The offset to setpublic void setWx(int wx)
wx - The wx to set
|
fop 2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||