Searched defs:NumericShaper (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DNumericShaper.java36 * The <code>NumericShaper</code> class is used to convert Latin-1 (European)
43 * Instances of <code>NumericShaper</code> are typically applied
52 * NumericShaper.getContextualShaper(NumericShaper.ARABIC));
59 * of <code>NumericShaper</code>, as this code snippet demonstrates:<br>
63 * NumericShaper shaper = NumericShaper.getShaper(NumericShaper.ARABIC);
70 * NumericShaper shaper =
71 * NumericShaper
136 public final class NumericShaper implements java.io.Serializable { class in inherits:java.io.Serializable
1035 private NumericShaper(int key, int mask) { method in class:NumericShaper
1040 private NumericShaper(Range defaultContext, Set<Range> ranges) { method in class:NumericShaper
[all...]

Completed in 31 milliseconds