Class TagAndLocation
java.lang.Object
com.itextpdf.io.font.otf.TagAndLocation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the location of the object.getTag()Retrieves the tag of the object.voidsetLocation(int location) Sets the location of the object.voidSets the tag of the object.
-
Field Details
-
tag
-
location
private int location
-
-
Constructor Details
-
TagAndLocation
public TagAndLocation()
-
-
Method Details
-
getTag
-
setTag
-
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
-