Class CodespaceRange

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

@Deprecated public class CodespaceRange extends Object
Deprecated.
This represents a single entry in the codespace range.
Since:
2.1.4
Version:
$Revision: 3646 $
Author:
Ben Litchfield (ben@benlitchfield.com)
  • Constructor Summary

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

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

    Methods inherited from class java.lang.Object

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

    • CodespaceRange

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

    • getEnd

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

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

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

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