org.extex.font.format.xtf.tables.gps
Class PairValue

java.lang.Object
  extended by org.extex.font.format.xtf.tables.gps.PairValue

public class PairValue
extends java.lang.Object

Class for a pair of ValueRecords.

Version:
$Revision: 6737 $
Author:
Michael Niedermair

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

PairValue

public PairValue(ValueRecord val1,
                 ValueRecord val2)
Creates a new object.

Parameters:
val1 - The value 1.
val2 - The value 2.
Method Detail

getValue1

public ValueRecord getValue1()
Getter for value1.

Returns:
the value1

getValue2

public ValueRecord getValue2()
Getter for value2.

Returns:
the value2