java.lang.Object
com.lowagie.text.pdf.fonts.cmaps.CodespaceRange
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 -
Method Summary
-
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.
-