Package org.apache.batik.gvt.font
Class UnicodeRange
- java.lang.Object
-
- org.apache.batik.gvt.font.UnicodeRange
-
public class UnicodeRange extends java.lang.ObjectA 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
Constructors Constructor Description UnicodeRange(java.lang.String unicodeRange)Constructs a unicode range from a CSS unicode range string.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(int unicodeVal)booleancontains(java.lang.String unicode)Returns true if the specified unicode value is within this range.
-