|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.pdf.fonts.cmaps.CodespaceRange
public class CodespaceRange
This represents a single entry in the codespace range.
| Field Summary | |
|---|---|
private byte[] |
end
|
private byte[] |
start
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private byte[] start
private byte[] end
| Constructor Detail |
|---|
public CodespaceRange()
| Method Detail |
|---|
public byte[] getEnd()
public void setEnd(byte[] endBytes)
endBytes - New value of property end.public byte[] getStart()
public void setStart(byte[] startBytes)
startBytes - New value of property start.
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||