Package com.itextpdf.io.codec.brotli.dec
Class WordTransformType
- java.lang.Object
-
- com.itextpdf.io.codec.brotli.dec.WordTransformType
-
final class WordTransformType extends java.lang.Object
Enumeration of all possible word transformations.There are two simple types of transforms: omit X first/last symbols, two character-case transforms and the identity transform.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
IDENTITY
(package private) static int
OMIT_FIRST_1
(package private) static int
OMIT_FIRST_2
(package private) static int
OMIT_FIRST_3
(package private) static int
OMIT_FIRST_4
(package private) static int
OMIT_FIRST_5
(package private) static int
OMIT_FIRST_6
(package private) static int
OMIT_FIRST_7
(package private) static int
OMIT_FIRST_8
(package private) static int
OMIT_FIRST_9
(package private) static int
OMIT_LAST_1
(package private) static int
OMIT_LAST_2
(package private) static int
OMIT_LAST_3
(package private) static int
OMIT_LAST_4
(package private) static int
OMIT_LAST_5
(package private) static int
OMIT_LAST_6
(package private) static int
OMIT_LAST_7
(package private) static int
OMIT_LAST_8
(package private) static int
OMIT_LAST_9
(package private) static int
UPPERCASE_ALL
(package private) static int
UPPERCASE_FIRST
-
Constructor Summary
Constructors Constructor Description WordTransformType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static int
getOmitFirst(int type)
(package private) static int
getOmitLast(int type)
-
-
-
Field Detail
-
IDENTITY
static final int IDENTITY
- See Also:
- Constant Field Values
-
OMIT_LAST_1
static final int OMIT_LAST_1
- See Also:
- Constant Field Values
-
OMIT_LAST_2
static final int OMIT_LAST_2
- See Also:
- Constant Field Values
-
OMIT_LAST_3
static final int OMIT_LAST_3
- See Also:
- Constant Field Values
-
OMIT_LAST_4
static final int OMIT_LAST_4
- See Also:
- Constant Field Values
-
OMIT_LAST_5
static final int OMIT_LAST_5
- See Also:
- Constant Field Values
-
OMIT_LAST_6
static final int OMIT_LAST_6
- See Also:
- Constant Field Values
-
OMIT_LAST_7
static final int OMIT_LAST_7
- See Also:
- Constant Field Values
-
OMIT_LAST_8
static final int OMIT_LAST_8
- See Also:
- Constant Field Values
-
OMIT_LAST_9
static final int OMIT_LAST_9
- See Also:
- Constant Field Values
-
UPPERCASE_FIRST
static final int UPPERCASE_FIRST
- See Also:
- Constant Field Values
-
UPPERCASE_ALL
static final int UPPERCASE_ALL
- See Also:
- Constant Field Values
-
OMIT_FIRST_1
static final int OMIT_FIRST_1
- See Also:
- Constant Field Values
-
OMIT_FIRST_2
static final int OMIT_FIRST_2
- See Also:
- Constant Field Values
-
OMIT_FIRST_3
static final int OMIT_FIRST_3
- See Also:
- Constant Field Values
-
OMIT_FIRST_4
static final int OMIT_FIRST_4
- See Also:
- Constant Field Values
-
OMIT_FIRST_5
static final int OMIT_FIRST_5
- See Also:
- Constant Field Values
-
OMIT_FIRST_6
static final int OMIT_FIRST_6
- See Also:
- Constant Field Values
-
OMIT_FIRST_7
static final int OMIT_FIRST_7
- See Also:
- Constant Field Values
-
OMIT_FIRST_8
static final int OMIT_FIRST_8
- See Also:
- Constant Field Values
-
OMIT_FIRST_9
static final int OMIT_FIRST_9
- See Also:
- Constant Field Values
-
-