|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.gvt.font.UnicodeRange
public class UnicodeRange
A class that represents a CSS unicode range. This only handles a single range of contigous chars, to handle multiple ranges (comma seperated) use a list of these.
| Constructor Summary | |
|---|---|
UnicodeRange(java.lang.String unicodeRange)
Constructs a unicode range from a CSS unicode range string. |
|
| Method Summary | |
|---|---|
boolean |
contains(int unicodeVal)
|
boolean |
contains(java.lang.String unicode)
Returns true if the specified unicode value is within this range. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnicodeRange(java.lang.String unicodeRange)
| Method Detail |
|---|
public boolean contains(java.lang.String unicode)
public boolean contains(int unicodeVal)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||