|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.javaocr.ocrPlugins.mseOCR.CharacterRange
public class CharacterRange
Class to represent a range of character codes.
| Field Summary | |
|---|---|
private static Logger |
LOG
|
int |
max
The maximum character value in this range. |
int |
min
The minimum character value in this range. |
| Constructor Summary | |
|---|---|
CharacterRange(int c)
Construct a new CharacterRange object for a single
character code. |
|
CharacterRange(int min,
int max)
Construct a new CharacterRange object for a range of
character codes. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int min
public final int max
private static final Logger LOG
| Constructor Detail |
|---|
public CharacterRange(int min,
int max)
CharacterRange object for a range of
character codes.
min - The minimum character value in this range.max - The maximum character value in this range.public CharacterRange(int c)
CharacterRange object for a single
character code.
c - The character code for this range. This code will be both
the minimum and maximum for this range.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||