Package com.itextpdf.io.font.otf
Class OtfMarkRecord
- java.lang.Object
-
- com.itextpdf.io.font.otf.OtfMarkRecord
-
public class OtfMarkRecord extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private GposAnchor
anchor
private int
markClass
-
Constructor Summary
Constructors Constructor Description OtfMarkRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GposAnchor
getAnchor()
Retrieves the anchor of the OtfMarkRecord.int
getMarkClass()
Retrieves the mark class of the OtfMarkRecord.void
setAnchor(GposAnchor anchor)
Sets the anchor of the OtfMarkRecord.void
setMarkClass(int markClass)
Sets the mark class of the OtfMarkRecord.
-
-
-
Field Detail
-
markClass
private int markClass
-
anchor
private GposAnchor anchor
-
-
Method Detail
-
getMarkClass
public int getMarkClass()
Retrieves the mark class of the OtfMarkRecord.- Returns:
- mark class
-
setMarkClass
public void setMarkClass(int markClass)
Sets the mark class of the OtfMarkRecord.- Parameters:
markClass
- mark class
-
getAnchor
public GposAnchor getAnchor()
Retrieves the anchor of the OtfMarkRecord.- Returns:
- anchor
-
setAnchor
public void setAnchor(GposAnchor anchor)
Sets the anchor of the OtfMarkRecord.- Parameters:
anchor
- anchor
-
-