Package com.itextpdf.kernel.numbering
Class GeorgianNumbering
- java.lang.Object
-
- com.itextpdf.kernel.numbering.GeorgianNumbering
-
public class GeorgianNumbering extends java.lang.Object
This class can produce String combinations representing a georgian numeral. See https://en.wikipedia.org/wiki/Georgian_numerals
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
GeorgianNumbering.GeorgianDigit
-
Field Summary
Fields Modifier and Type Field Description private static GeorgianNumbering.GeorgianDigit[]
DIGITS
-
Constructor Summary
Constructors Modifier Constructor Description private
GeorgianNumbering()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
toGeorgian(int number)
Converts the given number to its georgian numeral representation.
-
-
-
Field Detail
-
DIGITS
private static final GeorgianNumbering.GeorgianDigit[] DIGITS
-
-