Package com.aowagie.text.pdf.fonts.cmaps
Class CodespaceRange
- java.lang.Object
-
- com.aowagie.text.pdf.fonts.cmaps.CodespaceRange
-
class CodespaceRange extends java.lang.Object
This represents a single entry in the codespace range.- Since:
- 2.1.4
- Version:
- $Revision: 3646 $
-
-
Constructor Summary
Constructors Constructor Description CodespaceRange()
Creates a new instance of CodespaceRange.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEnd()
Getter for property end.byte[]
getStart()
Getter for property start.void
setEnd(byte[] endBytes)
Setter for property end.void
setStart(byte[] startBytes)
Setter for property start.
-
-
-
Method Detail
-
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.
-
-