软件包 | 描述 |
---|---|
java.awt.font |
提供有关字体的类和接口。
|
Modifier and Type | Method and Description |
---|---|
static NumericShaper.Range |
NumericShaper.Range.valueOf(String name)
返回此类型具有指定名称的枚举常量。
|
static NumericShaper.Range[] |
NumericShaper.Range.values()
返回一个数组包含该枚举类型的常量,它们的顺序声明。
|
Modifier and Type | Method and Description |
---|---|
Set<NumericShaper.Range> |
NumericShaper.getRangeSet()
返回一个
Set 代表所有Unicode范围在这
NumericShaper 将形。
|
Modifier and Type | Method and Description |
---|---|
static NumericShaper |
NumericShaper.getContextualShaper(Set<NumericShaper.Range> ranges, NumericShaper.Range defaultContext)
返回Unicode范围提供上下文整形(S)。
|
static NumericShaper |
NumericShaper.getShaper(NumericShaper.Range singleRange)
返回一个用于提供Unicode范围整形。
|
void |
NumericShaper.shape(char[] text, int start, int count, NumericShaper.Range context)
将数字发生
start 和
start + count 之间的文本,使用提供的
context 。
|
Modifier and Type | Method and Description |
---|---|
static NumericShaper |
NumericShaper.getContextualShaper(Set<NumericShaper.Range> ranges)
返回Unicode范围提供上下文整形(S)。
|
static NumericShaper |
NumericShaper.getContextualShaper(Set<NumericShaper.Range> ranges, NumericShaper.Range defaultContext)
返回Unicode范围提供上下文整形(S)。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.