Package | Description |
---|---|
java.awt.font |
Provides classes and interface relating to fonts.
|
Modifier and Type | Method and Description |
---|---|
static NumericShaper.Range |
NumericShaper.Range.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericShaper.Range[] |
NumericShaper.Range.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<NumericShaper.Range> |
NumericShaper.getRangeSet()
Returns a
Set representing all the Unicode ranges in
this NumericShaper that will be shaped. |
Modifier and Type | Method and Description |
---|---|
static NumericShaper |
NumericShaper.getContextualShaper(Set<NumericShaper.Range> ranges,
NumericShaper.Range defaultContext)
Returns a contextual shaper for the provided Unicode range(s).
|
static NumericShaper |
NumericShaper.getShaper(NumericShaper.Range singleRange)
Returns a shaper for the provided Unicode
range.
|
void |
NumericShaper.shape(char[] text,
int start,
int count,
NumericShaper.Range context)
Converts the digits in the text that occur between
start and start + count , using the provided context . |
Modifier and Type | Method and Description |
---|---|
static NumericShaper |
NumericShaper.getContextualShaper(Set<NumericShaper.Range> ranges)
Returns a contextual shaper for the provided Unicode
range(s).
|
static NumericShaper |
NumericShaper.getContextualShaper(Set<NumericShaper.Range> ranges,
NumericShaper.Range defaultContext)
Returns a contextual shaper for the provided Unicode range(s).
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.