Class GposLookupType2.PairValueFormat
java.lang.Object
com.itextpdf.io.font.otf.GposLookupType2.PairValueFormat
- Enclosing class:
GposLookupType2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFirst()Retrieves the first object of the pair.Retrieves the second object of the pair.voidsetFirst(GposValueRecord first) Sets the first object of the pair.voidsetSecond(GposValueRecord second) Sets the second object of the pair.
-
Field Details
-
first
-
second
-
-
Constructor Details
-
PairValueFormat
private PairValueFormat()
-
-
Method Details
-
getFirst
-
setFirst
Sets the first object of the pair.- Parameters:
first- first object
-
getSecond
-
setSecond
Sets the second object of the pair.- Parameters:
second- second object
-