Package com.itextpdf.io.font.otf
Class TagAndLocation
java.lang.Object
com.itextpdf.io.font.otf.TagAndLocation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves the location of the object.getTag()
Retrieves the tag of the object.void
setLocation
(int location) Sets the location of the object.void
Sets the tag of the object.
-
Field Details
-
tag
-
location
private int location
-
-
Constructor Details
-
TagAndLocation
public TagAndLocation()
-
-
Method Details
-
getTag
Retrieves the tag of the object.- Returns:
- tag
-
setTag
Sets the tag of the object.- Parameters:
tag
- tag
-
getLocation
public int getLocation()Retrieves the location of the object.- Returns:
- location
-
setLocation
public void setLocation(int location) Sets the location of the object.- Parameters:
location
- location
-