Class CMapByteCid.Cursor

java.lang.Object
com.itextpdf.io.font.cmap.CMapByteCid.Cursor
Enclosing class:
CMapByteCid

protected static class CMapByteCid.Cursor extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Cursor(int offset, int length)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Retrieves the length of the object.
    int
    Retrieves the offset of the object.
    void
    setLength(int length)
    Sets the length value of the object.
    void
    setOffset(int offset)
    Sets the offset of the object.

    Methods inherited from class java.lang.Object

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

    • offset

      private int offset
    • length

      private int length
  • Constructor Details

    • Cursor

      public Cursor(int offset, int length)
  • Method Details

    • getOffset

      public int getOffset()
      Retrieves the offset of the object.
      Returns:
      offset value
    • setOffset

      public void setOffset(int offset)
      Sets the offset of the object.
      Parameters:
      offset - offset value
    • getLength

      public int getLength()
      Retrieves the length of the object.
      Returns:
      length value
    • setLength

      public void setLength(int length)
      Sets the length value of the object.
      Parameters:
      length - length value