Uses of Enum Class
java.awt.font.NumericShaper.Range
Packages that use NumericShaper.Range
-
Uses of NumericShaper.Range in java.awt.font
Methods in java.awt.font that return NumericShaper.RangeModifier and TypeMethodDescriptionstatic NumericShaper.Range
Returns the enum constant of this class with the specified name.static NumericShaper.Range[]
NumericShaper.Range.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in java.awt.font that return types with arguments of type NumericShaper.RangeModifier and TypeMethodDescriptionNumericShaper.getRangeSet()
Returns aSet
representing all the Unicode ranges in thisNumericShaper
that will be shaped.Methods in java.awt.font with parameters of type NumericShaper.RangeModifier and TypeMethodDescriptionstatic 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 betweenstart
andstart + count
, using the providedcontext
.Method parameters in java.awt.font with type arguments of type NumericShaper.RangeModifier and TypeMethodDescriptionstatic 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).