Class OtfMarkRecord


  • public class OtfMarkRecord
    extends java.lang.Object
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • markClass

        private int markClass
    • Constructor Detail

      • OtfMarkRecord

        public OtfMarkRecord()
    • 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