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.ObjectEnumeration 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 intIDENTITY(package private) static intOMIT_FIRST_1(package private) static intOMIT_FIRST_2(package private) static intOMIT_FIRST_3(package private) static intOMIT_FIRST_4(package private) static intOMIT_FIRST_5(package private) static intOMIT_FIRST_6(package private) static intOMIT_FIRST_7(package private) static intOMIT_FIRST_8(package private) static intOMIT_FIRST_9(package private) static intOMIT_LAST_1(package private) static intOMIT_LAST_2(package private) static intOMIT_LAST_3(package private) static intOMIT_LAST_4(package private) static intOMIT_LAST_5(package private) static intOMIT_LAST_6(package private) static intOMIT_LAST_7(package private) static intOMIT_LAST_8(package private) static intOMIT_LAST_9(package private) static intUPPERCASE_ALL(package private) static intUPPERCASE_FIRST
-
Constructor Summary
Constructors Constructor Description WordTransformType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static intgetOmitFirst(int type)(package private) static intgetOmitLast(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
-
-