|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.complexscripts.fonts.GlyphMappingTable.MappingRange
public static class GlyphMappingTable.MappingRange
The MappingRange
class encapsulates a glyph [start,end] range and
a mapping index.
Constructor Summary | |
---|---|
GlyphMappingTable.MappingRange()
Instantiate a mapping range. |
|
GlyphMappingTable.MappingRange(int gidStart,
int gidEnd,
int index)
Instantiate a specific mapping range. |
Method Summary | |
---|---|
int |
getEnd()
|
int |
getIndex()
|
int[] |
getInterval()
|
int[] |
getInterval(int[] interval)
Obtain interval, filled into first two elements of specified array, or returning new array. |
int |
getLength()
|
int |
getStart()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlyphMappingTable.MappingRange()
public GlyphMappingTable.MappingRange(int gidStart, int gidEnd, int index)
gidStart
- start of rangegidEnd
- end of rangeindex
- mapping indexMethod Detail |
---|
public int getStart()
public int getEnd()
public int getIndex()
public int[] getInterval()
public int[] getInterval(int[] interval)
interval
- an array of length two or greater or null
public int getLength()
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |