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 GposAnchoranchorprivate intmarkClass
-
Constructor Summary
Constructors Constructor Description OtfMarkRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GposAnchorgetAnchor()Retrieves the anchor of the OtfMarkRecord.intgetMarkClass()Retrieves the mark class of the OtfMarkRecord.voidsetAnchor(GposAnchor anchor)Sets the anchor of the OtfMarkRecord.voidsetMarkClass(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
-
-