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 变量和类型 方法 描述 static NumericShaper.Range
NumericShaper.Range. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static NumericShaper.Range[]
NumericShaper.Range. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.awt.font that return types with arguments of type NumericShaper.Range 变量和类型 方法 描述 Set<NumericShaper.Range>
NumericShaper. getRangeSet()
返回Set
表示将要形成的此NumericShaper
中的所有Unicode范围。Methods in java.awt.font with parameters of type NumericShaper.Range 变量和类型 方法 描述 static NumericShaper
NumericShaper. getContextualShaper(Set<NumericShaper.Range> ranges, NumericShaper.Range defaultContext)
返回所提供的Unicode范围的上下文整形器。static NumericShaper
NumericShaper. getShaper(NumericShaper.Range singleRange)
返回提供的Unicode范围的整形器。void
NumericShaper. 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 变量和类型 方法 描述 static NumericShaper
NumericShaper. getContextualShaper(Set<NumericShaper.Range> ranges)
返回所提供的Unicode范围的上下文整形器。static NumericShaper
NumericShaper. getContextualShaper(Set<NumericShaper.Range> ranges, NumericShaper.Range defaultContext)
返回所提供的Unicode范围的上下文整形器。
-