|
||||||||||
| 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.PairValue
public class PairValue
Class for a pair of ValueRecords.
| Constructor Summary | |
|---|---|
PairValue(ValueRecord val1,
ValueRecord val2)
Creates a new object. |
|
| Method Summary | |
|---|---|
ValueRecord |
getValue1()
Getter for value1. |
ValueRecord |
getValue2()
Getter for value2. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PairValue(ValueRecord val1,
ValueRecord val2)
val1 - The value 1.val2 - The value 2.| Method Detail |
|---|
public ValueRecord getValue1()
public ValueRecord getValue2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||