|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.gps.ClassRangeRecord
public class ClassRangeRecord
Class for a ClassRangeRecord.
Each ClassRangeRecord consists of a Start glyph index, an End glyph index, and a Class value. All GlyphIDs in a range, from Start to End inclusive, constitute the class identified by the Class value. Any glyph not covered by a ClassRangeRecord is assumed to belong to Class 0.
| Constructor Summary | |
|---|---|
ClassRangeRecord(RandomAccessR rar)
Creates a new object. |
|
| Method Summary | |
|---|---|
int |
getEnd()
Getter for end. |
int |
getGclass()
Getter for gclass. |
int |
getStart()
Getter for start. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassRangeRecord(RandomAccessR rar) throws java.io.IOException
rar - The input.
java.io.IOException - if a IO-error occurred.| Method Detail |
|---|
public int getEnd()
public int getGclass()
public int getStart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||