Class CodespaceRange

java.lang.Object
com.lowagie.text.pdf.fonts.cmaps.CodespaceRange

public class CodespaceRange extends Object
This represents a single entry in the codespace range.
Since:
2.1.4
Version:
$Revision: 3646 $
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private byte[]
     
    private byte[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance of CodespaceRange.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Getter for property end.
    byte[]
    Getter for property start.
    void
    setEnd(byte[] endBytes)
    Setter for property end.
    void
    setStart(byte[] startBytes)
    Setter for property start.

    Methods inherited from class java.lang.Object

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

    • start

      private byte[] start
    • end

      private byte[] end
  • Constructor Details

    • CodespaceRange

      public CodespaceRange()
      Creates a new instance of CodespaceRange.
  • Method Details

    • getEnd

      public byte[] getEnd()
      Getter for property end.
      Returns:
      Value of property end.
    • setEnd

      public void setEnd(byte[] endBytes)
      Setter for property end.
      Parameters:
      endBytes - New value of property end.
    • getStart

      public byte[] getStart()
      Getter for property start.
      Returns:
      Value of property start.
    • setStart

      public void setStart(byte[] startBytes)
      Setter for property start.
      Parameters:
      startBytes - New value of property start.