Package com.itextpdf.io.font.otf
Class GposLookupType2.PairValueFormat
- java.lang.Object
-
- com.itextpdf.io.font.otf.GposLookupType2.PairValueFormat
-
- Enclosing class:
- GposLookupType2
private static class GposLookupType2.PairValueFormat extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private GposValueRecord
first
private GposValueRecord
second
-
Constructor Summary
Constructors Modifier Constructor Description private
PairValueFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GposValueRecord
getFirst()
Retrieves the first object of the pair.GposValueRecord
getSecond()
Retrieves the second object of the pair.void
setFirst(GposValueRecord first)
Sets the first object of the pair.void
setSecond(GposValueRecord second)
Sets the second object of the pair.
-
-
-
Field Detail
-
first
private GposValueRecord first
-
second
private GposValueRecord second
-
-
Method Detail
-
getFirst
public GposValueRecord getFirst()
Retrieves the first object of the pair.- Returns:
- first object
-
setFirst
public void setFirst(GposValueRecord first)
Sets the first object of the pair.- Parameters:
first
- first object
-
getSecond
public GposValueRecord getSecond()
Retrieves the second object of the pair.- Returns:
- second object
-
setSecond
public void setSecond(GposValueRecord second)
Sets the second object of the pair.- Parameters:
second
- second object
-
-