Uses of Class
java.awt.font.NumericShaper
-
Packages that use NumericShaper 软件包 描述 java.awt.font 提供与字体相关的类和界面。 -
-
Uses of NumericShaper in java.awt.font
Methods in java.awt.font that return NumericShaper Modifier and Type 方法 描述 static NumericShaper
NumericShaper. getContextualShaper(int ranges)
返回提供的unicode范围的上下文整形器。static NumericShaper
NumericShaper. getContextualShaper(int ranges, int defaultContext)
返回提供的unicode范围的上下文整形器。static NumericShaper
NumericShaper. getContextualShaper(Set<NumericShaper.Range> ranges)
返回提供的Unicode范围的上下文整形器。static NumericShaper
NumericShaper. getContextualShaper(Set<NumericShaper.Range> ranges, NumericShaper.Range defaultContext)
返回提供的Unicode范围的上下文整形器。static NumericShaper
NumericShaper. getShaper(int singleRange)
返回提供的unicode范围的整形器。static NumericShaper
NumericShaper. getShaper(NumericShaper.Range singleRange)
Returns a shaper for the provided Unicode range.
-