org.fontbox.cmap

Class CodespaceRange


public class CodespaceRange
extends java.lang.Object

This represents a single entry in the codespace range.
Version:
$Revision: 1.1 $
Author:
Ben Litchfield (ben@benlitchfield.com)

Constructor Summary

CodespaceRange()
Creates a new instance of CodespaceRange.

Method Summary

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.

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.

getStart

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

setEnd

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

setStart

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