org.fontbox.cmap
Class CodespaceRange
java.lang.Objectorg.fontbox.cmap.CodespaceRange
public class CodespaceRange
extends java.lang.Object
This represents a single entry in the codespace range.
- Ben Litchfield (ben@benlitchfield.com)
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.
|
CodespaceRange
public CodespaceRange()
Creates a new instance of CodespaceRange.
getEnd
public byte[] getEnd()
Getter for property end.
getStart
public byte[] getStart()
Getter for property start.
setEnd
public void setEnd(byte[] endBytes)
Setter for property end.
endBytes - New value of property end.
setStart
public void setStart(byte[] startBytes)
Setter for property start.
startBytes - New value of property start.