Uses of Class
java.awt.font.NumericShaper.Range
-
Packages that use NumericShaper.Range 软件包 描述 java.awt.font 提供与字体相关的类和界面。 -
-
Uses of NumericShaper.Range in java.awt.font
Methods in java.awt.font that return NumericShaper.Range Modifier and Type 方法 描述 static NumericShaper.RangeNumericShaper.Range. valueOf(String name)以指定的名称返回此类型的枚举常量。static NumericShaper.Range[]NumericShaper.Range. values()按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.awt.font that return types with arguments of type NumericShaper.Range Modifier and Type 方法 描述 Set<NumericShaper.Range>NumericShaper. getRangeSet()返回Set代表所有的Unicode范围在此NumericShaper将要成型。Methods in java.awt.font with parameters of type NumericShaper.Range Modifier and Type 方法 描述 static NumericShaperNumericShaper. getContextualShaper(Set<NumericShaper.Range> ranges, NumericShaper.Range defaultContext)返回提供的Unicode范围的上下文整形器。static NumericShaperNumericShaper. getShaper(NumericShaper.Range singleRange)返回提供的Unicode范围的整形器。voidNumericShaper. shape(char[] text, int start, int count, NumericShaper.Range context)使用提供的context转换出现在start和start + count之间的文本中的数字。Method parameters in java.awt.font with type arguments of type NumericShaper.Range Modifier and Type 方法 描述 static NumericShaperNumericShaper. getContextualShaper(Set<NumericShaper.Range> ranges)返回提供的Unicode范围的上下文整形器。static NumericShaperNumericShaper. getContextualShaper(Set<NumericShaper.Range> ranges, NumericShaper.Range defaultContext)返回提供的Unicode范围的上下文整形器。
-